Struct google_analytics3::api::Column
source · pub struct Column {
pub attributes: Option<HashMap<String, String>>,
pub id: Option<String>,
pub kind: Option<String>,
}Expand description
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.
id: Option<String>Column id.
kind: Option<String>Resource type for Analytics column.
Trait Implementations§
source§impl<'de> Deserialize<'de> for Column
impl<'de> Deserialize<'de> for Column
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more