Struct google_analytics3::CustomDataSourceChildLink [−][src]
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
impl Default for CustomDataSourceChildLink[src]
impl Default for CustomDataSourceChildLinkfn default() -> CustomDataSourceChildLink[src]
fn default() -> CustomDataSourceChildLinkReturns the "default value" for a type. Read more
impl Clone for CustomDataSourceChildLink[src]
impl Clone for CustomDataSourceChildLinkfn clone(&self) -> CustomDataSourceChildLink[src]
fn clone(&self) -> CustomDataSourceChildLinkReturns 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 CustomDataSourceChildLink[src]
impl Debug for CustomDataSourceChildLinkfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl NestedType for CustomDataSourceChildLink[src]
impl NestedType for CustomDataSourceChildLinkimpl Part for CustomDataSourceChildLink[src]
impl Part for CustomDataSourceChildLinkAuto Trait Implementations
impl Send for CustomDataSourceChildLink
impl Send for CustomDataSourceChildLinkimpl Sync for CustomDataSourceChildLink
impl Sync for CustomDataSourceChildLink