Struct google_servicecontrol1::EndReconciliationRequest[][src]

pub struct EndReconciliationRequest {
    pub service_config_id: Option<String>,
    pub reconciliation_operation: Option<QuotaOperation>,
}

Request message for QuotaController.EndReconciliation.

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 reconciliation.

Trait Implementations

impl Default for EndReconciliationRequest
[src]

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

impl Clone for EndReconciliationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EndReconciliationRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for EndReconciliationRequest
[src]

Auto Trait Implementations