Struct google_servicecontrol1::StartReconciliationRequest[][src]

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

Request message for QuotaController.StartReconciliation.

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 StartReconciliationRequest
[src]

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

impl Clone for StartReconciliationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StartReconciliationRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for StartReconciliationRequest
[src]

Auto Trait Implementations