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.



782
783
784
# File 'lib/google/apis/doubleclicksearch_v2/classes.rb', line 782

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



775
776
777
# File 'lib/google/apis/doubleclicksearch_v2/classes.rb', line 775

def column
  @column
end

#sort_orderString

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

Returns:

  • (String)


780
781
782
# File 'lib/google/apis/doubleclicksearch_v2/classes.rb', line 780

def sort_order
  @sort_order
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



787
788
789
790
# File 'lib/google/apis/doubleclicksearch_v2/classes.rb', line 787

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