Struct google_analytics3::api::AccountRef
source · pub struct AccountRef {
pub href: Option<String>,
pub id: Option<String>,
pub kind: Option<String>,
pub name: Option<String>,
}Expand description
JSON template for a linked account.
This type is not used in any activity, and only used as part of another schema.
Fields§
§href: Option<String>Link for this account.
id: Option<String>Account ID.
kind: Option<String>Analytics account reference.
name: Option<String>Account name.
Trait Implementations§
source§impl Clone for AccountRef
impl Clone for AccountRef
source§fn clone(&self) -> AccountRef
fn clone(&self) -> AccountRef
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AccountRef
impl Debug for AccountRef
source§impl Default for AccountRef
impl Default for AccountRef
source§fn default() -> AccountRef
fn default() -> AccountRef
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AccountRef
impl<'de> Deserialize<'de> for AccountRef
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