Struct google_servicecontrol1::ReleaseQuotaRequest[][src]

pub struct ReleaseQuotaRequest {
    pub release_operation: Option<QuotaOperation>,
    pub service_config_id: Option<String>,
}

Request message for the ReleaseQuota 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

Operation that describes the quota release.

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.

Trait Implementations

impl Default for ReleaseQuotaRequest
[src]

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

impl Clone for ReleaseQuotaRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReleaseQuotaRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for ReleaseQuotaRequest
[src]

Auto Trait Implementations