Class MethodQuota
The quota information per method in the Content API.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class MethodQuota : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Method
Output only. The method name, for example products.list
. Method name does not contain version because
quota can be shared between different API versions of the same method.
Declaration
[JsonProperty("method")]
public virtual string Method { get; set; }
Property Value
Type | Description |
---|---|
string |
QuotaLimit
Output only. The maximum number of calls allowed per day for the method.
Declaration
[JsonProperty("quotaLimit")]
public virtual long? QuotaLimit { get; set; }
Property Value
Type | Description |
---|---|
long? |
QuotaMinuteLimit
Output only. The maximum number of calls allowed per minute for the method.
Declaration
[JsonProperty("quotaMinuteLimit")]
public virtual long? QuotaMinuteLimit { get; set; }
Property Value
Type | Description |
---|---|
long? |
QuotaUsage
Output only. The current quota usage, meaning the number of calls already made to the method per day. Usage is reset every day at 12 PM midday UTC.
Declaration
[JsonProperty("quotaUsage")]
public virtual long? QuotaUsage { get; set; }
Property Value
Type | Description |
---|---|
long? |