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

Analytics web property reference.

Link for this web property.

Name of this web property.

Account ID to which this web property belongs.

Internal ID for this web property.

Web property ID of the form UA-XXXXX-YY.

Trait Implementations

impl Default for WebPropertyRef
[src]

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

impl Clone for WebPropertyRef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WebPropertyRef
[src]

Formats the value using the given formatter. Read more

impl Part for WebPropertyRef
[src]

Auto Trait Implementations