Skip to content

Files

Latest commit

5f94853 · Oct 14, 2024

History

History
20 lines (14 loc) · 504 Bytes

CreateReleaseInput.md

File metadata and controls

20 lines (14 loc) · 504 Bytes

LaunchDarklyApi::CreateReleaseInput

Properties

Name Type Description Notes
release_variation_id String The variation id to release to across all phases [optional]
release_pipeline_key String The key of the release pipeline to attach the flag to

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::CreateReleaseInput.new(
  release_variation_id: null,
  release_pipeline_key: null
)