fastly-api 1.3.0

Fastly API client
Documentation
# ServiceVersionDetailOrNull

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**active** | Option<**bool**> | Whether this is the active version or not. | [default to false]
**comment** | Option<**String**> | A freeform descriptive note. | 
**deployed** | Option<**bool**> | Unused at this time. | 
**locked** | Option<**bool**> | Whether this version is locked or not. Objects can not be added or edited on locked versions. | [default to false]
**number** | Option<**i32**> | The number of this version. | [readonly]
**staging** | Option<**bool**> | Unused at this time. | [default to false]
**testing** | Option<**bool**> | Unused at this time. | [default to false]
**created_at** | Option<**String**> | Date and time in ISO 8601 format. | [readonly]
**deleted_at** | Option<**String**> | Date and time in ISO 8601 format. | [readonly]
**updated_at** | Option<**String**> | Date and time in ISO 8601 format. | [readonly]
**service_id** | Option<**String**> |  | [readonly]
**backends** | Option<[**Vec&lt;crate::models::BackendResponse&gt;**]BackendResponse.md> | List of backends associated to this service. | 
**cache_settings** | Option<[**Vec&lt;crate::models::CacheSettingResponse&gt;**]CacheSettingResponse.md> | List of cache settings associated to this service. | 
**conditions** | Option<[**Vec&lt;crate::models::ConditionResponse&gt;**]ConditionResponse.md> | List of conditions associated to this service. | 
**directors** | Option<[**Vec&lt;crate::models::Director&gt;**]Director.md> | List of directors associated to this service. | 
**domains** | Option<[**Vec&lt;crate::models::DomainResponse&gt;**]DomainResponse.md> | List of domains associated to this service. | 
**gzips** | Option<[**Vec&lt;crate::models::GzipResponse&gt;**]GzipResponse.md> | List of gzip rules associated to this service. | 
**headers** | Option<[**Vec&lt;crate::models::HeaderResponse&gt;**]HeaderResponse.md> | List of headers associated to this service. | 
**healthchecks** | Option<[**Vec&lt;crate::models::HealthcheckResponse&gt;**]HealthcheckResponse.md> | List of healthchecks associated to this service. | 
**request_settings** | Option<[**Vec&lt;crate::models::RequestSettingsResponse&gt;**]RequestSettingsResponse.md> | List of request settings for this service. | 
**response_objects** | Option<[**Vec&lt;crate::models::ResponseObjectResponse&gt;**]ResponseObjectResponse.md> | List of response objects for this service. | 
**settings** | Option<[**crate::models::VersionDetailSettings**]VersionDetailSettings.md> |  | 
**snippets** | Option<[**Vec&lt;crate::models::SchemasSnippetResponse&gt;**]SchemasSnippetResponse.md> | List of VCL snippets for this service. | 
**vcls** | Option<[**Vec&lt;crate::models::VclResponse&gt;**]VclResponse.md> | List of VCL files for this service. | 
**wordpress** | Option<[**Vec&lt;serde_json::Value&gt;**]SerdeJsonValue.md> | A list of Wordpress rules with this service. | 

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