appstoreserverlibrary.models.GetImageListResponseItem module

class appstoreserverlibrary.models.GetImageListResponseItem.GetImageListResponseItem(imageIdentifier: UUID | None = None, imageState: ImageState | None = None, imageSize: ImageSize | None = None, *, rawImageState: str | None = None, rawImageSize: str | None = None)[source]

Bases: AttrsRawValueAware

An 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

imageSize: ImageSize | None

The size of the image.

https://developer.apple.com/documentation/retentionmessaging/imagesize

imageState: ImageState | None

The current state of the image.

https://developer.apple.com/documentation/retentionmessaging/imagestate

rawImageSize: str | None

See imageSize

rawImageState: str | None

See imageState