Show / Hide Table of Contents

Class QuotasResource

The "quotas" collection of methods.

Inheritance
object
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.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class QuotasResource

Constructors

QuotasResource(IClientService)

Constructs a new resource.

Declaration
public QuotasResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(long)

Lists the daily call quota and usage per method for your Merchant Center account.

Declaration
public virtual QuotasResource.ListRequest List(long merchantId)
Parameters
Type Name Description
long merchantId

Required. The ID of the account that has quota. This account must be an admin.

Returns
Type Description
QuotasResource.ListRequest
In this article
Back to top Generated by DocFX