Show / Hide Table of Contents

Class QuotaStatus

Current state for a particular quota group.

Inheritance
object
QuotaStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AnalyticsData.v1beta.Data
Assembly: Google.Apis.AnalyticsData.v1beta.dll
Syntax
public class QuotaStatus : IDirectResponseSchema

Properties

Consumed

Quota consumed by this request.

Declaration
[JsonProperty("consumed")]
public virtual int? Consumed { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Remaining

Quota remaining after this request.

Declaration
[JsonProperty("remaining")]
public virtual int? Remaining { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX