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
attributes: Option<HashMap<String, String>>
Map of attribute name and value for this column.
kind: Option<String>
Resource type for Analytics column.
id: Option<String>
Column id.
Trait Implementations
impl Default for Column[src]
impl Default for Columnimpl Clone for Column[src]
impl Clone for Columnfn clone(&self) -> Column[src]
fn clone(&self) -> ColumnReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Column[src]
impl Debug for Columnfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for Column[src]
impl Part for Column