Struct google_dfareporting3d2::SortedDimension[][src]

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

Represents a sorted 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#sortedDimension.

The name of the dimension.

An optional sort order for the dimension column.

Trait Implementations

impl Default for SortedDimension
[src]

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

impl Clone for SortedDimension
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SortedDimension
[src]

Formats the value using the given formatter. Read more

impl Part for SortedDimension
[src]

Auto Trait Implementations