Trigger data

Hierarchy

  • CaseNotificationRuleTriggerData

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
changeType?: string

Change type (added, removed, changed)

field?: string

Field name for attribute value changed trigger

fromStatus?: string

Status ID to transition from

fromStatusName?: string

Status name to transition from

toStatus?: string

Status ID to transition to

toStatusName?: string

Status name to transition to

Generated using TypeDoc