Name | Type | Description | Notes |
---|---|---|---|
key | String | Flag key of the prerequisite flag | |
variation_id | String | ID of a variation of the prerequisite flag |
require 'launchdarkly_api'
instance = LaunchDarklyApi::FlagPrerequisitePost.new(
key: null,
variation_id: null
)