Struct google_analytics3::WebPropertySummary [] [src]

pub struct WebPropertySummary {
    pub kind: Option<String>,
    pub name: Option<String>,
    pub level: Option<String>,
    pub profiles: Option<Vec<ProfileSummary>>,
    pub website_url: Option<String>,
    pub internal_web_property_id: Option<String>,
    pub starred: Option<bool>,
    pub id: Option<String>,
}

JSON template for an Analytics WebPropertySummary. WebPropertySummary returns basic information (i.e., summary) for a web property.

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

Fields

Resource type for Analytics WebPropertySummary.

Web property name.

Level for this web property. Possible values are STANDARD or PREMIUM.

List of profiles under this web property.

Website url for this web property.

Internal ID for this web property.

Indicates whether this web property is starred or not.

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

Trait Implementations

impl Debug for WebPropertySummary
[src]

Formats the value using the given formatter.

impl Clone for WebPropertySummary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for WebPropertySummary
[src]

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

impl Part for WebPropertySummary
[src]