From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

WebService::Fastly::Object::ServiceVersionDetailOrNull

Load the model package

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- active | boolean | Whether this is the active version or not. | [optional] [default to false] comment | string | A freeform descriptive note. | [optional] deployed | boolean | Unused at this time. | [optional] locked | boolean | Whether this version is locked or not. Objects can not be added or edited on locked versions. | [optional] [default to false] number | int | The number of this version. | [optional] [readonly] staging | boolean | Unused at this time. | [optional] [default to false] testing | boolean | Unused at this time. | [optional] [default to false] created_at | DateTime | Date and time in ISO 8601 format. | [optional] [readonly] deleted_at | DateTime | Date and time in ISO 8601 format. | [optional] [readonly] updated_at | DateTime | Date and time in ISO 8601 format. | [optional] [readonly] service_id | string | | [optional] [readonly] backends | ARRAY[BackendResponse] | List of backends associated to this service. | [optional] cache_settings | ARRAY[CacheSettingResponse] | List of cache settings associated to this service. | [optional] conditions | ARRAY[ConditionResponse] | List of conditions associated to this service. | [optional] directors | ARRAY[Director] | List of directors associated to this service. | [optional] domains | ARRAY[DomainResponse] | List of domains associated to this service. | [optional] gzips | ARRAY[GzipResponse] | List of gzip rules associated to this service. | [optional] headers | ARRAY[HeaderResponse] | List of headers associated to this service. | [optional] healthchecks | ARRAY[HealthcheckResponse] | List of healthchecks associated to this service. | [optional] request_settings | ARRAY[RequestSettingsResponse] | List of request settings for this service. | [optional] response_objects | ARRAY[ResponseObjectResponse] | List of response objects for this service. | [optional] settings | VersionDetailSettings | | [optional] snippets | ARRAY[SchemasSnippetResponse] | List of VCL snippets for this service. | [optional] vcls | ARRAY[SchemasVclResponse] | List of VCL files for this service. | [optional] wordpress | ARRAY[object] | A list of Wordpress rules with this service. | [optional]

[Back to Model list] [Back to API list] [Back to README]