Class AccountsResource.QuotasResource
The "quotas" collection of methods.
Inherited Members
Namespace: Google.Apis.Merchant.quota_v1beta
Assembly: Google.Apis.Merchant.quota_v1beta.dll
Syntax
public class AccountsResource.QuotasResource
Constructors
QuotasResource(IClientService)
Constructs a new resource.
Declaration
public QuotasResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
List(string)
Lists the daily call quota and usage per group for your Merchant Center account.
Declaration
public virtual AccountsResource.QuotasResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The merchant account who owns the collection of method quotas Format: accounts/{account} |
Returns
Type | Description |
---|---|
AccountsResource.QuotasResource.ListRequest |