Class QuotaStatus
Current state for a particular quota group.
Inheritance
System.Object
QuotaStatus
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AnalyticsData.v1alpha.Data
Assembly: Google.Apis.AnalyticsData.v1alpha.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 |
|---|---|
| System.Nullable<System.Int32> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Remaining
Quota remaining after this request.
Declaration
[JsonProperty("remaining")]
public virtual int? Remaining { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |