Struct google_analytics3::GaDataDataTableCols
[−]
[src]
pub struct GaDataDataTableCols {
pub type_: Option<String>,
pub id: Option<String>,
pub label: Option<String>,
}There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
type_: Option<String>
no description provided
id: Option<String>
no description provided
label: Option<String>
no description provided
Trait Implementations
impl Debug for GaDataDataTableCols[src]
impl Clone for GaDataDataTableCols[src]
fn clone(&self) -> GaDataDataTableCols
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for GaDataDataTableCols[src]
fn default() -> GaDataDataTableCols
Returns the "default value" for a type. Read more