appstoreserverlibrary.models.GetImageListResponseItem module¶
- class appstoreserverlibrary.models.GetImageListResponseItem.GetImageListResponseItem(imageIdentifier: UUID | None = None, imageState: ImageState | None = None, *, rawImageState: str | None = None)[source]¶
Bases:
AttrsRawValueAwareAn image identifier and state information for an image.
https://developer.apple.com/documentation/retentionmessaging/getimagelistresponseitem
- imageIdentifier: UUID | None¶
The identifier of the image.
https://developer.apple.com/documentation/retentionmessaging/imageidentifier
- imageState: ImageState | None¶
The current state of the image.
https://developer.apple.com/documentation/retentionmessaging/imagestate
- rawImageState: str | None¶
See imageState