Struct google_analytics3::CustomDataSourceChildLink[][src]

pub struct CustomDataSourceChildLink {
    pub href: Option<String>,
    pub type_: Option<String>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

Link to the list of daily uploads for this custom data source. Link to the list of uploads for this custom data source.

Value is "analytics#dailyUploads". Value is "analytics#uploads".

Trait Implementations

impl Default for CustomDataSourceChildLink
[src]

Returns the "default value" for a type. Read more

impl Clone for CustomDataSourceChildLink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CustomDataSourceChildLink
[src]

Formats the value using the given formatter. Read more

impl NestedType for CustomDataSourceChildLink
[src]

impl Part for CustomDataSourceChildLink
[src]

Auto Trait Implementations