# 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] **environments** | Option<[**Vec<crate::models::Environment>**](Environment.md)> | A list of environments where the service has been deployed. | **backends** | Option<[**Vec<crate::models::BackendResponse>**](BackendResponse.md)> | List of backends associated to this service. | **cache_settings** | Option<[**Vec<crate::models::CacheSettingResponse>**](CacheSettingResponse.md)> | List of cache settings associated to this service. | **conditions** | Option<[**Vec<crate::models::ConditionResponse>**](ConditionResponse.md)> | List of conditions associated to this service. | **directors** | Option<[**Vec<crate::models::Director>**](Director.md)> | List of directors associated to this service. | **domains** | Option<[**Vec<crate::models::DomainResponse>**](DomainResponse.md)> | List of domains associated to this service. | **gzips** | Option<[**Vec<crate::models::GzipResponse>**](GzipResponse.md)> | List of gzip rules associated to this service. | **headers** | Option<[**Vec<crate::models::HeaderResponse>**](HeaderResponse.md)> | List of headers associated to this service. | **healthchecks** | Option<[**Vec<crate::models::HealthcheckResponse>**](HealthcheckResponse.md)> | List of healthchecks associated to this service. | **request_settings** | Option<[**Vec<crate::models::RequestSettingsResponse>**](RequestSettingsResponse.md)> | List of request settings for this service. | **response_objects** | Option<[**Vec<crate::models::ResponseObjectResponse>**](ResponseObjectResponse.md)> | List of response objects for this service. | **settings** | Option<[**crate::models::VersionDetailSettings**](VersionDetailSettings.md)> | | **snippets** | Option<[**Vec<crate::models::SchemasSnippetResponse>**](SchemasSnippetResponse.md)> | List of VCL snippets for this service. | **vcls** | Option<[**Vec<crate::models::SchemasVclResponse>**](SchemasVclResponse.md)> | List of VCL files for this service. | **wordpress** | Option<[**Vec<serde_json::Value>**](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)