Partager via


AcsRouterWorkerOfferRevokedEventData type

Schéma de la propriété Data d’un EventGridEvent pour un événement Microsoft.Communication.RouterWorkerOfferRevoked

type AcsRouterWorkerOfferRevokedEventData = AcsRouterWorkerEventData & {
  offerId: string
  queueId: string
}