Generated after a successful Set Name update action.

interface ApprovalRuleNameSetMessagePayload {
    name: string;
    oldName: string;
    type: "ApprovalRuleNameSet";
}

Properties

Properties

name: string

Name of the ApprovalRule after the Set Name update action.

oldName: string

Name of the ApprovalRule before the Set Name update action.

type: "ApprovalRuleNameSet"