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.Css.v1
Assembly: Google.Apis.Css.v1.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 CSS Center account.

Declaration
public virtual AccountsResource.QuotasResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The CSS account that owns the collection of method quotas and resources. In most cases, this is the CSS domain. Format: accounts/{account}

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