docs/interfaces/management.Management.ActionBase.html
The action to which this version belongs.
interface ActionBase {
id?: string;
name?: string;
supported_triggers?: ActionTrigger[];
all_changes_deployed?: boolean;
created_at?: string;
updated_at?: string;
}
id?name?supported_triggers?all_changes_deployed?created_at?updated_at?
Optionalidid?: string
The unique ID of the action.
Optionalnamename?: string
The name of an action.
Optionalsupported_triggerssupported_triggers?: ActionTrigger[]
The list of triggers that this action supports. At this time, an action can only target a single trigger at a time.
Optionalall_changes_deployedall_changes_deployed?: boolean
True if all of an Action's contents have been deployed.
Optionalcreated_atcreated_at?: string
The time when this action was created.
Optionalupdated_atupdated_at?: string
The time when this action was updated.
Member Visibility
ThemeOSLightDark
Properties idnamesupported_triggersall_changes_deployedcreated_atupdated_at