| Name | Type | Description | Notes |
|---|---|---|---|
| comment | string | Optional comment describing the update | [optional] [default to undefined] |
| instructions | Array<{ [key: string]: any; }> | The instructions to perform when updating. This should be an array with objects that look like <code>{"kind": "trigger_action"}</code>. | [optional] [default to undefined] |
import { FlagTriggerInput } from 'launchdarkly-api-typescript';
const instance: FlagTriggerInput = {
comment,
instructions,
};