Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 445 Bytes

MigrationSettingsPost.md

File metadata and controls

20 lines (14 loc) · 445 Bytes

LaunchDarklyApi::MigrationSettingsPost

Properties

Name Type Description Notes
context_kind String Context kind for a migration with 6 stages, where data is being moved [optional]
stage_count Integer

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::MigrationSettingsPost.new(
  context_kind: null,
  stage_count: null
)