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.



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

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



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

def column
  @column
end

#sort_orderString

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

Returns:

  • (String)


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

def sort_order
  @sort_order
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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