Show / Hide Table of Contents

Class AccountsResource.QuotasResource

The "quotas" collection of methods.

Inheritance
object
AccountsResource.QuotasResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX