appstoreserverlibrary.models.BulletPoint module¶
- class appstoreserverlibrary.models.BulletPoint.BulletPoint(text: str, imageIdentifier: UUID, altText: str)[source]¶
Bases:
objectThe text and its bullet-point image to include in a retention message’s bulleted list.
https://developer.apple.com/documentation/retentionmessaging/bulletpoint
- altText: str¶
The alternative text you provide for the corresponding image of the bullet point.
https://developer.apple.com/documentation/retentionmessaging/alttext
- imageIdentifier: UUID¶
The identifier of the image to use as the bullet point.
https://developer.apple.com/documentation/retentionmessaging/imageidentifier
- text: str¶
The text of the individual bullet point.
https://developer.apple.com/documentation/retentionmessaging/bulletpointtext