google_api_double_click_search v0.2.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 ([SavedColumn]): The saved columns being requested. Defaults to:
null
. - kind (String.t): Identifies this as a SavedColumnList resource. Value: the fixed string doubleclicksearch#savedColumnList. Defaults to:
null
.
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()
View Source
t() :: %GoogleApi.DoubleClickSearch.V2.Model.SavedColumnList{
items: [GoogleApi.DoubleClickSearch.V2.Model.SavedColumn.t()],
kind: any()
}
t() :: %GoogleApi.DoubleClickSearch.V2.Model.SavedColumnList{ items: [GoogleApi.DoubleClickSearch.V2.Model.SavedColumn.t()], kind: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.