Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.4 KB

ResponseHeaders.md

File metadata and controls

17 lines (12 loc) · 1.4 KB

Zuora.Model.ResponseHeaders

Properties

Name Type Description Notes
ratelimit_limit string The request limit quota for the time window closest to exhaustion. See rate limits for more information. [optional]
ratelimit_remaining decimal The number of requests remaining in the time window closest to quota exhaustion. See rate limits for more information. [optional]
ratelimit_reset decimal The number of seconds until the quota resets for the time window closest to quota exhaustion. See rate limits for more information. [optional]
zuora_request_id string Zuora’s internal identifier for this request. [optional]
zuora_track_id string A user-supplied identifier for this request. If you supply a `zuora-track-id` as a request header, Zuora returns the `zuora-track-id` as a response header. [optional]

[Back to Model list] [Back to API list] [Back to README]