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