Cloud Quotas v1 API - Class QuotaDetails (1.0.0-beta03)

public sealed class QuotaDetails : IMessage<QuotaDetails>, IEquatable<QuotaDetails>, IDeepCloneable<QuotaDetails>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Quotas v1 API class QuotaDetails.

The quota details for a map of dimensions.

Inheritance

object > QuotaDetails

Namespace

Google.Cloud.CloudQuotas.V1

Assembly

Google.Cloud.CloudQuotas.V1.dll

Constructors

QuotaDetails()

public QuotaDetails()

QuotaDetails(QuotaDetails)

public QuotaDetails(QuotaDetails other)
Parameter
NameDescription
otherQuotaDetails

Properties

Value

public long Value { get; set; }

The value currently in effect and being enforced.

Property Value
TypeDescription
long