Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 534 Bytes

File metadata and controls

20 lines (14 loc) · 534 Bytes

LaunchDarklyApi::ProgressiveReleaseConfig

Properties

Name Type Description Notes
rollout_context_kind_key String Context kind key to use as the randomization unit for the rollout [optional]
stages Array<ReleasePolicyStage> List of stages [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ProgressiveReleaseConfig.new(
  rollout_context_kind_key: user,
  stages: null
)