Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 422 Bytes

FlagPrerequisitePost.md

File metadata and controls

20 lines (14 loc) · 422 Bytes

LaunchDarklyApi::FlagPrerequisitePost

Properties

Name Type Description Notes
key String Flag key of the prerequisite flag
variation_id String ID of a variation of the prerequisite flag

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::FlagPrerequisitePost.new(
  key: null,
  variation_id: null
)