google_api_double_click_search v0.12.0 GoogleApi.DoubleClickSearch.V2.Model.SavedColumnList View Source

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.

Attributes

  • items (type: list(GoogleApi.DoubleClickSearch.V2.Model.SavedColumn.t), default: nil) - The saved columns being requested.
  • kind (type: String.t, default: nil) - Identifies this as a SavedColumnList resource. Value: the fixed string <code>doubleclicksearch#savedColumnList</code>.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DoubleClickSearch.V2.Model.SavedColumnList{
  items: [GoogleApi.DoubleClickSearch.V2.Model.SavedColumn.t()],
  kind: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.