fastly-api 13.1.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ServiceListResponseAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> |  | [readonly]
**version** | Option<**i32**> | Current [version]https://www.fastly.com/documentation/reference/api/services/version/ of the service. | 
**versions** | Option<[**Vec&lt;crate::models::SchemasVersionResponse&gt;**]SchemasVersionResponse.md> | A list of [versions]https://www.fastly.com/documentation/reference/api/services/version/ associated with the service. | 
**environments** | Option<[**Vec&lt;crate::models::Environment&gt;**]Environment.md> | A list of environments where the service has been deployed. | 

[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)