appstoreserverlibrary.models.PerformanceTestResponse module

class appstoreserverlibrary.models.PerformanceTestResponse.PerformanceTestResponse(config: PerformanceTestConfig | None = None, requestId: str | None = None)[source]

Bases: object

The performance test response object.

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

config: PerformanceTestConfig | None

The performance test configuration object.

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

requestId: str | None

The performance test request identifier.

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