Sha256: 68ee657219392b4896edf490719c275f256979de541fc29d879dcb550d80425d
Contents?: true
Size: 1.3 KB
Versions: 3
Compression:
Stored size: 1.3 KB
Contents
# Fastly::SchemasVersionResponse ## 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** | **Integer** | 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** | **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] | [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fastly-9.0.0 | docs/SchemasVersionResponse.md |
fastly-8.10.0 | docs/SchemasVersionResponse.md |
fastly-8.9.0 | docs/SchemasVersionResponse.md |