Struct google_analytics3::WebPropertyRef
[−]
[src]
pub struct WebPropertyRef {
pub kind: Option<String>,
pub href: Option<String>,
pub name: Option<String>,
pub account_id: Option<String>,
pub internal_web_property_id: Option<String>,
pub id: Option<String>,
}JSON template for a web property reference.
This type is not used in any activity, and only used as part of another schema.
Fields
kind: Option<String>
Analytics web property reference.
href: Option<String>
Link for this web property.
name: Option<String>
Name of this web property.
account_id: Option<String>
Account ID to which this web property belongs.
internal_web_property_id: Option<String>
Internal ID for this web property.
id: Option<String>
Web property ID of the form UA-XXXXX-YY.
Trait Implementations
impl Default for WebPropertyRef[src]
fn default() -> WebPropertyRef
Returns the "default value" for a type. Read more
impl Clone for WebPropertyRef[src]
fn clone(&self) -> WebPropertyRef
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