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 generated/google/apis/doubleclicksearch_v2/classes.rb, line 751
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 756
def update!(**args)
  @column = args[:column] if args.key?(:column)
  @sort_order = args[:sort_order] if args.key?(:sort_order)
end