Struct google_analytics3::ProfileRef[][src]

pub struct ProfileRef {
    pub kind: Option<String>,
    pub href: Option<String>,
    pub name: Option<String>,
    pub web_property_id: Option<String>,
    pub account_id: Option<String>,
    pub internal_web_property_id: Option<String>,
    pub id: Option<String>,
}

JSON template for a linked view (profile).

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

Fields

Analytics view (profile) reference.

Link for this view (profile).

Name of this view (profile).

Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.

Account ID to which this view (profile) belongs.

Internal ID for the web property to which this view (profile) belongs.

View (Profile) ID.

Trait Implementations

impl Default for ProfileRef
[src]

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

impl Clone for ProfileRef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProfileRef
[src]

Formats the value using the given formatter. Read more

impl Part for ProfileRef
[src]

Auto Trait Implementations

impl Send for ProfileRef

impl Sync for ProfileRef