Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 526 Bytes

Phase.md

File metadata and controls

24 lines (18 loc) · 526 Bytes

LaunchDarklyApi::Phase

Properties

Name Type Description Notes
id String The phase ID
audiences Array<Audience>
name String The release phase name
configuration Object [optional]

Example

require 'launchdarkly_api'

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