Name | Type | Description | Notes |
---|---|---|---|
comment | String | Optional comment describing the update | [optional] |
instructions | Array<Hash> | The instructions to perform when updating. This should be an array with objects that look like <code>{"kind": "trigger_action"}</code>. | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::FlagTriggerInput.new(
comment: optional comment,
instructions: [{"kind":"disableTrigger"}]
)