Struct google_analytics3::CustomMetric [] [src]

pub struct CustomMetric {
    pub index: Option<i32>,
    pub kind: Option<String>,
    pub name: Option<String>,
    pub created: Option<String>,
    pub max_value: Option<String>,
    pub min_value: Option<String>,
    pub updated: Option<String>,
    pub web_property_id: Option<String>,
    pub active: Option<bool>,
    pub scope: Option<String>,
    pub parent_link: Option<CustomMetricParentLink>,
    pub type_: Option<String>,
    pub id: Option<String>,
    pub self_link: Option<String>,
    pub account_id: Option<String>,
}

JSON template for Analytics Custom Metric.

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 metric.

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

Name of the custom metric.

Time the custom metric was created.

Max value of custom metric.

Min value of custom metric.

Time the custom metric was last modified.

Property ID.

Boolean indicating whether the custom metric is active.

Scope of the custom metric: HIT or PRODUCT.

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

Data type of custom metric.

Custom metric ID.

Link for the custom metric

Account ID.

Trait Implementations

impl Default for CustomMetric
[src]

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

impl Clone for CustomMetric
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CustomMetric
[src]

Formats the value using the given formatter.

impl RequestValue for CustomMetric
[src]

impl ResponseResult for CustomMetric
[src]