Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 526 Bytes

FlagMigrationSettingsRep.md

File metadata and controls

20 lines (14 loc) · 526 Bytes

LaunchDarklyApi::FlagMigrationSettingsRep

Properties

Name Type Description Notes
context_kind String The context kind targeted by this migration flag. Only applicable for six-stage migrations. [optional]
stage_count Integer The number of stages for this migration flag [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::FlagMigrationSettingsRep.new(
  context_kind: device,
  stage_count: 6
)