Struct google_analytics3::CustomDimension [] [src]

pub struct CustomDimension {
    pub index: Option<i32>,
    pub kind: Option<String>,
    pub name: Option<String>,
    pub created: Option<String>,
    pub updated: Option<String>,
    pub web_property_id: Option<String>,
    pub active: Option<bool>,
    pub scope: Option<String>,
    pub parent_link: Option<CustomDimensionParentLink>,
    pub id: Option<String>,
    pub self_link: Option<String>,
    pub account_id: Option<String>,
}

JSON template for Analytics Custom Dimension.

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

Index of the custom dimension.

Kind value for a custom dimension. Set to "analytics#customDimension". It is a read-only field.

Name of the custom dimension.

Time the custom dimension was created.

Time the custom dimension was last modified.

Property ID.

Boolean indicating whether the custom dimension is active.

Scope of the custom dimension: HIT, SESSION, USER or PRODUCT.

Parent link for the custom dimension. Points to the property to which the custom dimension belongs.

Custom dimension ID.

Link for the custom dimension

Account ID.

Trait Implementations

impl Debug for CustomDimension
[src]

Formats the value using the given formatter.

impl Clone for CustomDimension
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for CustomDimension
[src]

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

impl RequestValue for CustomDimension
[src]

impl ResponseResult for CustomDimension
[src]