Compartilhar via


AcsSmsDeliveryReportReceivedEventData type

Esquema da propriedade Data de um EventoGridEvent para um evento Microsoft.Communication.SMSDeliveryReportReceived.

type AcsSmsDeliveryReportReceivedEventData = AcsSmsEventBase & {
  deliveryAttempts: AcsSmsDeliveryAttempt[]
  deliveryStatus: string
  deliveryStatusDetails: string
  receivedTimestamp: string
  tag: string
}