appstoreserverlibrary.models.SendTestNotificationResponse module¶
- class appstoreserverlibrary.models.SendTestNotificationResponse.SendTestNotificationResponse(testNotificationToken: str | None = None)[source]¶
Bases:
object
A response that contains the test notification token.
https://developer.apple.com/documentation/appstoreserverapi/sendtestnotificationresponse
- testNotificationToken: str | None¶
A unique identifier for a notification test that the App Store server sends to your server.
https://developer.apple.com/documentation/appstoreserverapi/testnotificationtoken