[][src]Struct google_analytics3::RealtimeDataProfileInfo

pub struct RealtimeDataProfileInfo {
    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 real time data was requested.

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

Fields

internal_web_property_id: Option<String>

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

table_id: Option<String>

Table ID for view (profile).

web_property_id: Option<String>

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

profile_id: Option<String>

View (Profile) ID.

profile_name: Option<String>

View (Profile) name.

account_id: Option<String>

Account ID to which this view (profile) belongs.

Trait Implementations

impl Clone for RealtimeDataProfileInfo[src]

impl Debug for RealtimeDataProfileInfo[src]

impl Default for RealtimeDataProfileInfo[src]

impl<'de> Deserialize<'de> for RealtimeDataProfileInfo[src]

impl NestedType for RealtimeDataProfileInfo[src]

impl Part for RealtimeDataProfileInfo[src]

impl Serialize for RealtimeDataProfileInfo[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Typeable for T where
    T: Any