Struct google_doubleclicksearch2::SavedColumn[][src]

pub struct SavedColumn {
    pub saved_column_name: Option<String>,
    pub kind: Option<String>,
    pub type_: Option<String>,
}

A saved column

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 name of the saved column.

Identifies this as a SavedColumn resource. Value: the fixed string doubleclicksearch#savedColumn.

The type of data this saved column will produce.

Trait Implementations

impl Default for SavedColumn
[src]

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

impl Clone for SavedColumn
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SavedColumn
[src]

Formats the value using the given formatter. Read more

impl Resource for SavedColumn
[src]

Auto Trait Implementations

impl Send for SavedColumn

impl Sync for SavedColumn