appstoreserverlibrary.models.GetMessageListResponse module¶
- class appstoreserverlibrary.models.GetMessageListResponse.GetMessageListResponse(messageIdentifiers: List[GetMessageListResponseItem] | None = None)[source]¶
Bases:
objectA response that contains status information for all messages.
https://developer.apple.com/documentation/retentionmessaging/getmessagelistresponse
- messageIdentifiers: List[GetMessageListResponseItem] | None¶
An array of all message identifiers and their message state.
https://developer.apple.com/documentation/retentionmessaging/getmessagelistresponseitem