Struct google_doubleclicksearch2::SavedColumnList[][src]

pub struct SavedColumnList {
    pub items: Option<Vec<SavedColumn>>,
    pub kind: Option<String>,
}

A list of saved columns. Advertisers create saved columns to report on Floodlight activities, Google Analytics goals, or custom KPIs. To request reports with saved columns, you'll need the saved column names that are available from this list.

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

The saved columns being requested.

Identifies this as a SavedColumnList resource. Value: the fixed string doubleclicksearch#savedColumnList.

Trait Implementations

impl Default for SavedColumnList
[src]

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

impl Clone for SavedColumnList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SavedColumnList
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for SavedColumnList
[src]

Auto Trait Implementations