fastly-api 1.3.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Version

## 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]

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