Struct google_analytics3::Column [] [src]

pub struct Column {
    pub attributes: Option<HashMap<String, String>>,
    pub kind: Option<String>,
    pub id: Option<String>,
}

JSON template for a metadata column.

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

Fields

Map of attribute name and value for this column.

Resource type for Analytics column.

Column id.

Trait Implementations

impl Default for Column
[src]

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

impl Clone for Column
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Column
[src]

Formats the value using the given formatter.

impl Part for Column
[src]