Class AllocateQuotaRequest
Request message for the AllocateQuota method.
Implements
Inherited Members
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 |