Show / Hide Table of Contents

Class ResourceQuotasRemaining

The resource quota tokens remaining for the property after the request is completed.

Inheritance
object
ResourceQuotasRemaining
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.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class ResourceQuotasRemaining : IDirectResponseSchema

Properties

DailyQuotaTokensRemaining

Daily resource quota remaining remaining.

Declaration
[JsonProperty("dailyQuotaTokensRemaining")]
public virtual int? DailyQuotaTokensRemaining { 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

HourlyQuotaTokensRemaining

Hourly resource quota tokens remaining.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX