Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 481 Bytes

PhaseInfo.md

File metadata and controls

22 lines (16 loc) · 481 Bytes

LaunchDarklyApi::PhaseInfo

Properties

Name Type Description Notes
_id String The phase ID
name String The release phase name
release_count Integer The number of active releases in this phase

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::PhaseInfo.new(
  _id: 1234a56b7c89d012345e678f,
  name: Phase 1 - Testing,
  release_count: 2
)