Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 833 Bytes

File metadata and controls

22 lines (15 loc) · 833 Bytes

FlagTriggerInput

Properties

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>{&quot;kind&quot;: &quot;trigger_action&quot;}</code>. [optional] [default to undefined]

Example

import { FlagTriggerInput } from 'launchdarkly-api-typescript';

const instance: FlagTriggerInput = {
    comment,
    instructions,
};

[Back to Model list] [Back to API list] [Back to README]