Struct google_servicecontrol1::ConsumerInfo[][src]

pub struct ConsumerInfo {
    pub project_number: Option<String>,
}

ConsumerInfo provides information about the consumer project.

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

Fields

The Google cloud project number, e.g. 1234567890. A value of 0 indicates no project number is found.

Trait Implementations

impl Default for ConsumerInfo
[src]

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

impl Clone for ConsumerInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ConsumerInfo
[src]

Formats the value using the given formatter. Read more

impl Part for ConsumerInfo
[src]

Auto Trait Implementations