Name | Type | Description | Notes |
---|---|---|---|
instructions | Object | An array of instructions for the stage. Each object in the array uses the semantic patch format for updating a feature flag. | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::ActionInputRep.new(
instructions: {"instructions": [{ "kind": "turnFlagOn"}]}
)