QuotaGroup
The group information for methods in the Merchant API. The quota is shared between all methods in the group. Even if none of the methods within the group have usage the information for the group is returned.
| Fields | |
|---|---|
name
|
Identifier. The resource name of the quota group. Format: accounts/{account}/quotas/{group} Note: There is no guarantee on the format of {group} |
quota_usage
|
Output only. The current quota usage, meaning the number of calls already made on a given day to the methods in the group. The daily quota limits reset at 12:00 PM midday UTC. |
quota_limit
|
Output only. The maximum number of calls allowed per day for the group. |
quota_minute_limit
|
Output only. The maximum number of calls allowed per minute for the group. |
method_details[]
|
Output only. List of all methods group quota applies to. |