Show / Hide Table of Contents

Class QuotaStatus

Current state for a particular quota group.

Inheritance
object
QuotaStatus
Implements
IMessage<QuotaStatus>
IEquatable<QuotaStatus>
IDeepCloneable<QuotaStatus>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class QuotaStatus : IMessage<QuotaStatus>, IEquatable<QuotaStatus>, IDeepCloneable<QuotaStatus>, IBufferMessage, IMessage

Constructors

QuotaStatus()

Declaration
public QuotaStatus()

QuotaStatus(QuotaStatus)

Declaration
public QuotaStatus(QuotaStatus other)
Parameters
Type Name Description
QuotaStatus other

Properties

Consumed

Quota consumed by this request.

Declaration
public int Consumed { get; set; }
Property Value
Type Description
int

HasConsumed

Gets whether the "consumed" field is set

Declaration
public bool HasConsumed { get; }
Property Value
Type Description
bool

HasRemaining

Gets whether the "remaining" field is set

Declaration
public bool HasRemaining { get; }
Property Value
Type Description
bool

Remaining

Quota remaining after this request.

Declaration
public int Remaining { get; set; }
Property Value
Type Description
int
In this article
Back to top Generated by DocFX