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
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]
fn default() -> CustomDataSourceChildLink
Returns the "default value" for a type. Read more
impl Clone for CustomDataSourceChildLink[src]
fn clone(&self) -> CustomDataSourceChildLink
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more