Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.15 KB

ReleasePhase.md

File metadata and controls

22 lines (17 loc) · 1.15 KB

ReleasePhase

Properties

Name Type Description Notes
id str The phase ID
name str The release phase name
complete bool Whether this phase is complete
creation_date int
audiences [ReleaseAudience] A logical grouping of one or more environments that share attributes for rolling out changes
completion_date int [optional]
completed_by CompletedBy [optional]
status str [optional]
started bool Whether or not this phase has started [optional]
started_date int [optional]
configuration {str: (bool, date, datetime, dict, float, int, list, str, none_type)} [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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