class Google::Apis::DoubleclicksearchV2::SavedColumnList
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[RW]
The saved columns being requested. Corresponds to the JSON property `items` @return [Array<Google::Apis::DoubleclicksearchV2::SavedColumn>]
kind[RW]
Identifies this as a SavedColumnList resource. Value: the fixed string doubleclicksearch#savedColumnList. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/doubleclicksearch_v2/classes.rb, line 910 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/doubleclicksearch_v2/classes.rb, line 915 def update!(**args) @items = args[:items] if args.key?(:items) @kind = args[:kind] if args.key?(:kind) end