Struct google_analytics3::api::CustomDataSourceChildLink
source · pub struct CustomDataSourceChildLink {
pub href: Option<String>,
pub type_: Option<String>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§href: Option<String>Link to the list of daily uploads for this custom data source. Link to the list of uploads for this custom data source.
type_: Option<String>Value is “analytics#dailyUploads”. Value is “analytics#uploads”.
Trait Implementations§
source§impl Clone for CustomDataSourceChildLink
impl Clone for CustomDataSourceChildLink
source§fn clone(&self) -> CustomDataSourceChildLink
fn clone(&self) -> CustomDataSourceChildLink
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 CustomDataSourceChildLink
impl Debug for CustomDataSourceChildLink
source§impl Default for CustomDataSourceChildLink
impl Default for CustomDataSourceChildLink
source§fn default() -> CustomDataSourceChildLink
fn default() -> CustomDataSourceChildLink
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CustomDataSourceChildLink
impl<'de> Deserialize<'de> for CustomDataSourceChildLink
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