Partilhar via


AcsSmsDeliveryReportReceivedEventData type

Esquema da propriedade Dados de um EventGridEvent para um evento Microsoft.Communication.SMSDeliveryReportReceived.

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