Struct google_dfareporting2d6::Dimension [] [src]

pub struct Dimension {
    pub kind: Option<String>,
    pub name: Option<String>,
}

Represents a dimension.

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

Fields

The kind of resource this is, in this case dfareporting#dimension.

The dimension name, e.g. dfa:advertiser

Trait Implementations

impl Default for Dimension
[src]

[src]

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

impl Clone for Dimension
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Dimension
[src]

[src]

Formats the value using the given formatter.

impl Part for Dimension
[src]