Class: Google::Apis::DoubleclickbidmanagerV2::RunQueryRequest

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

Overview

Details specifying how to run a query.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RunQueryRequest

Returns a new instance of RunQueryRequest.



551
552
553
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 551

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

Instance Attribute Details

#data_rangeGoogle::Apis::DoubleclickbidmanagerV2::DataRange

The date range to be reported on. Corresponds to the JSON property dataRange



549
550
551
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 549

def data_range
  @data_range
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



556
557
558
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 556

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