Struct google_analytics3::GaDataProfileInfo[][src]

pub struct GaDataProfileInfo {
    pub internal_web_property_id: Option<String>,
    pub table_id: Option<String>,
    pub web_property_id: Option<String>,
    pub profile_id: Option<String>,
    pub profile_name: Option<String>,
    pub account_id: Option<String>,
}

Information for the view (profile), for which the Analytics data was requested.

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

Fields

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

Table ID for view (profile).

Web Property ID to which this view (profile) belongs.

View (Profile) ID.

View (Profile) name.

Account ID to which this view (profile) belongs.

Trait Implementations

impl Default for GaDataProfileInfo
[src]

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

impl Clone for GaDataProfileInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GaDataProfileInfo
[src]

Formats the value using the given formatter. Read more

impl NestedType for GaDataProfileInfo
[src]

impl Part for GaDataProfileInfo
[src]

Auto Trait Implementations