appstoreserverlibrary.models.UploadMessageImage module¶
- class appstoreserverlibrary.models.UploadMessageImage.UploadMessageImage(imageIdentifier: UUID, altText: str)[source]¶
Bases:
objectThe definition of an image with its alternative text.
https://developer.apple.com/documentation/retentionmessaging/uploadmessageimage
- altText: str¶
The alternative text you provide for the corresponding image.
https://developer.apple.com/documentation/retentionmessaging/alttext
- imageIdentifier: UUID¶
The unique identifier of an image.
https://developer.apple.com/documentation/retentionmessaging/imageidentifier