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

Request to run a stored query to generate a report.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RunQueryRequest

Returns a new instance of RunQueryRequest.



731
732
733
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 731

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

Instance Attribute Details

#data_rangeGoogle::Apis::DoubleclickbidmanagerV2::DataRange

Report data range. Corresponds to the JSON property dataRange



729
730
731
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 729

def data_range
  @data_range
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



736
737
738
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 736

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