Struct google_analytics3::Webproperty [] [src]

pub struct Webproperty {
    pub updated: Option<String>,
    pub default_profile_id: Option<String>,
    pub profile_count: Option<i32>,
    pub internal_web_property_id: Option<String>,
    pub child_link: Option<WebpropertyChildLink>,
    pub industry_vertical: Option<String>,
    pub parent_link: Option<WebpropertyParentLink>,
    pub account_id: Option<String>,
    pub kind: Option<String>,
    pub name: Option<String>,
    pub created: Option<String>,
    pub level: Option<String>,
    pub id: Option<String>,
    pub website_url: Option<String>,
    pub starred: Option<bool>,
    pub permissions: Option<WebpropertyPermissions>,
    pub self_link: Option<String>,
}

JSON template for an Analytics web property.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Time this web property was last modified.

Default view (profile) ID.

View (Profile) count for this web property.

Internal ID for this web property.

Child link for this web property. Points to the list of views (profiles) for this web property.

The industry vertical/category selected for this web property.

Parent link for this web property. Points to the account to which this web property belongs.

Account ID to which this web property belongs.

Resource type for Analytics WebProperty.

Name of this web property.

Time this web property was created.

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

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

Website url for this web property.

Indicates whether this web property is starred or not.

Permissions the user has for this web property.

Link for this web property.

Trait Implementations

impl Debug for Webproperty
[src]

Formats the value using the given formatter.

impl Clone for Webproperty
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Webproperty
[src]

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

impl RequestValue for Webproperty
[src]

impl ResponseResult for Webproperty
[src]