View Source GoogleApi.DoubleClickSearch.V2.Model.SavedColumnList (google_api_double_click_search v0.19.0)

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 doubleclicksearch#savedColumnList.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.