AcsRouterJobCancelledEventData type
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.RouterJobCancelled event
type AcsRouterJobCancelledEventData = AcsRouterJobEventData & {
dispositionCode: string
note: string
}