Struct google_analytics3::Columns[][src]

pub struct Columns {
    pub items: Option<Vec<Column>>,
    pub kind: Option<String>,
    pub etag: Option<String>,
    pub total_results: Option<i32>,
    pub attribute_names: Option<Vec<String>>,
}

Lists columns (dimensions and metrics) for a particular report type.

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

List of columns for a report type.

Collection type.

Etag of collection. This etag can be compared with the last response etag to check if response has changed.

Total number of columns returned in the response.

List of attributes names returned by columns.

Trait Implementations

impl Default for Columns
[src]

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

impl Clone for Columns
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Columns
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for Columns
[src]

Auto Trait Implementations

impl Send for Columns

impl Sync for Columns