Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 814 Bytes

Version.md

File metadata and controls

17 lines (12 loc) · 814 Bytes

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] [Back to README]