appstoreserverlibrary.models.GetImageListResponse module¶
- class appstoreserverlibrary.models.GetImageListResponse.GetImageListResponse(imageIdentifiers: List[GetImageListResponseItem] | None = None)[source]¶
Bases:
objectA response that contains status information for all images.
https://developer.apple.com/documentation/retentionmessaging/getimagelistresponse
- imageIdentifiers: List[GetImageListResponseItem] | None¶
An array of all image identifiers and their image state.
https://developer.apple.com/documentation/retentionmessaging/getimagelistresponseitem