Struct google_servicecontrol1::QuotaProperties[][src]

pub struct QuotaProperties {
    pub quota_mode: Option<String>,
}

Represents the properties needed for quota operations.

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

Fields

Quota mode for this operation.

Trait Implementations

impl Default for QuotaProperties
[src]

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

impl Clone for QuotaProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for QuotaProperties
[src]

Formats the value using the given formatter. Read more

impl Part for QuotaProperties
[src]

Auto Trait Implementations