QuotaGroup

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

string

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

int64

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

int64

Output only. The maximum number of calls allowed per day for the group.

quota_minute_limit

int64

Output only. The maximum number of calls allowed per minute for the group.

method_details[]

MethodDetails

Output only. List of all methods group quota applies to.