docs/ServiceVersionDetail.md in fastly-8.8.0 vs docs/ServiceVersionDetail.md in fastly-8.9.0

- old
+ new

@@ -13,9 +13,10 @@ | **testing** | **Boolean** | Unused at this time. | [optional][default to false] | | **created_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] | | **deleted_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] | | **updated_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] | | **service_id** | **String** | | [optional][readonly] | +| **environments** | [**Array<Environment>**](Environment.md) | A list of environments where the service has been deployed. | [optional] | | **backends** | [**Array<BackendResponse>**](BackendResponse.md) | List of backends associated to this service. | [optional] | | **cache_settings** | [**Array<CacheSettingResponse>**](CacheSettingResponse.md) | List of cache settings associated to this service. | [optional] | | **conditions** | [**Array<ConditionResponse>**](ConditionResponse.md) | List of conditions associated to this service. | [optional] | | **directors** | [**Array<Director>**](Director.md) | List of directors associated to this service. | [optional] | | **domains** | [**Array<DomainResponse>**](DomainResponse.md) | List of domains associated to this service. | [optional] |