interface EnvironmentTriggerContent {
    action?: string;
    eventTypes?: string[];
}

Properties

Properties

action?: string

Gets or sets action.

eventTypes?: string[]

Gets or sets list of event types.