google_api_double_click_search v0.4.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: doubleclicksearch#savedColumnList) - Identifies this as a SavedColumnList resource. Value: the fixed string doubleclicksearch#savedColumnList.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.