Struct google_servicecontrol1::ReportInfo[][src]

pub struct ReportInfo {
    pub quota_info: Option<QuotaInfo>,
    pub operation_id: Option<String>,
}

Contains additional info about the report operation.

This type is not used in any activity, and only used as part of another schema.

Fields

Quota usage info when processing the Operation.

The Operation.operation_id value from the request.

Trait Implementations

impl Default for ReportInfo
[src]

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

impl Clone for ReportInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReportInfo
[src]

Formats the value using the given formatter. Read more

impl Part for ReportInfo
[src]

Auto Trait Implementations

impl Send for ReportInfo

impl Sync for ReportInfo