Struct google_servicecontrol1::AllocateQuotaRequest[][src]

pub struct AllocateQuotaRequest {
    pub service_config_id: Option<String>,
    pub allocate_operation: Option<QuotaOperation>,
}

Request message for the AllocateQuota method.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

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.

Operation that describes the quota allocation.

Trait Implementations

impl Default for AllocateQuotaRequest
[src]

Returns the "default value" for a type. Read more

impl Clone for AllocateQuotaRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AllocateQuotaRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for AllocateQuotaRequest
[src]

Auto Trait Implementations