vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface EscalationAction

    interface EscalationAction {
        assignedTo?: string;
        assignedToTemplate?: string;
        assignedToType?: AssignToLookupValueType;
        minutesToEscalation?: number;
        notifyCaseOwner?: boolean;
        notifyEmail?: string[];
        notifyTo?: string;
        notifyToTemplate?: string;
    }
    Index

    Properties

    assignedTo?: string
    assignedToTemplate?: string
    assignedToType?: AssignToLookupValueType
    minutesToEscalation?: number
    notifyCaseOwner?: boolean
    notifyEmail?: string[]
    notifyTo?: string
    notifyToTemplate?: string