Struct google_dfareporting2d7::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]

[src]

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

impl Clone for SortedDimension
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SortedDimension
[src]

[src]

Formats the value using the given formatter.

impl Part for SortedDimension
[src]