class Google::Apis::DoubleclicksearchV2::ReportRequest::OrderBy
Attributes
column[RW]
A request object used to create a DoubleClick Search report. Corresponds to the JSON property `column` @return [Google::Apis::DoubleclicksearchV2::ReportApiColumnSpec]
sort_order[RW]
The sort direction, which is either `ascending` or `descending`. Corresponds to the JSON property `sortOrder` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/doubleclicksearch_v2/classes.rb, line 756 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/doubleclicksearch_v2/classes.rb, line 761 def update!(**args) @column = args[:column] if args.key?(:column) @sort_order = args[:sort_order] if args.key?(:sort_order) end