Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 969 Bytes

File metadata and controls

19 lines (16 loc) · 969 Bytes

# ReleasePhase

Properties

Name Type Description Notes
_id string The phase ID
_name string The release phase name
complete bool Whether this phase is complete
_creation_date int
_completion_date int [optional]
_completed_by \LaunchDarklyApi\Model\CompletedBy [optional]
_audiences \LaunchDarklyApi\Model\ReleaseAudience[] A logical grouping of one or more environments that share attributes for rolling out changes
status string [optional]
started bool Whether or not this phase has started [optional]
_started_date int [optional]
configuration object [optional]

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