Class: Google::Apis::DoubleclicksearchV2::ReportRequest::OrderBy

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/doubleclicksearch_v2/classes.rb,
lib/google/apis/doubleclicksearch_v2/representations.rb,
lib/google/apis/doubleclicksearch_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OrderBy

Returns a new instance of OrderBy.



792
793
794
# File 'lib/google/apis/doubleclicksearch_v2/classes.rb', line 792

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#columnGoogle::Apis::DoubleclicksearchV2::ReportApiColumnSpec

A request object used to create a DoubleClick Search report. Corresponds to the JSON property column



785
786
787
# File 'lib/google/apis/doubleclicksearch_v2/classes.rb', line 785

def column
  @column
end

#sort_orderString

The sort direction, which is either ascending or descending. Corresponds to the JSON property sortOrder

Returns:

  • (String)


790
791
792
# File 'lib/google/apis/doubleclicksearch_v2/classes.rb', line 790

def sort_order
  @sort_order
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



797
798
799
800
# File 'lib/google/apis/doubleclicksearch_v2/classes.rb', line 797

def update!(**args)
  @column = args[:column] if args.key?(:column)
  @sort_order = args[:sort_order] if args.key?(:sort_order)
end