Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 595 Bytes

CreatePhaseInput.md

File metadata and controls

22 lines (16 loc) · 595 Bytes

LaunchDarklyApi::CreatePhaseInput

Properties

Name Type Description Notes
audiences Array<AudiencePost> An ordered list of the audiences for this release phase. Each audience corresponds to a LaunchDarkly environment.
name String The release phase name
configuration Object [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::CreatePhaseInput.new(
  audiences: null,
  name: Phase 1 - Testing,
  configuration: null
)