Show / Hide Table of Contents

Class AllocateQuotaRequest

Request message for the AllocateQuota method.

Inheritance
object
AllocateQuotaRequest
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.ServiceControl.v1.Data
Assembly: Google.Apis.ServiceControl.v1.dll
Syntax
public class AllocateQuotaRequest : IDirectResponseSchema

Properties

AllocateOperation

Operation that describes the quota allocation.

Declaration
[JsonProperty("allocateOperation")]
public virtual QuotaOperation AllocateOperation { get; set; }
Property Value
Type Description
QuotaOperation

ETag

The ETag of the item.

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

ServiceConfigId

Specifies which version of service configuration should be used to process the request. If unspecified or no matching version can be found, the latest one will be used.

Declaration
[JsonProperty("serviceConfigId")]
public virtual string ServiceConfigId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX