AcsSmsDeliveryReportReceivedEventData type
Microsoft.Communication.SMSDeliveryReportReceived 이벤트에 대한 EventGridEvent의 Data 속성 스키마입니다.
type AcsSmsDeliveryReportReceivedEventData = AcsSmsEventBase & {
deliveryAttempts: AcsSmsDeliveryAttempt[]
deliveryStatus: string
deliveryStatusDetails: string
receivedTimestamp: string
tag: string
}