Class: Google::Apis::DoubleclickbidmanagerV2::Report
- Inherits:
-
Object
- Object
- Google::Apis::DoubleclickbidmanagerV2::Report
- 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
Represents a report.
Instance Attribute Summary collapse
-
#key ⇒ Google::Apis::DoubleclickbidmanagerV2::ReportKey
Key used to identify a report.
-
#metadata ⇒ Google::Apis::DoubleclickbidmanagerV2::ReportMetadata
Report metadata.
-
#params ⇒ Google::Apis::DoubleclickbidmanagerV2::Parameters
Parameters of a query or report.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Report
constructor
A new instance of Report.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Report
Returns a new instance of Report.
408 409 410 |
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 408 def initialize(**args) update!(**args) end |
Instance Attribute Details
#key ⇒ Google::Apis::DoubleclickbidmanagerV2::ReportKey
Key used to identify a report.
Corresponds to the JSON property key
396 397 398 |
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 396 def key @key end |
#metadata ⇒ Google::Apis::DoubleclickbidmanagerV2::ReportMetadata
Report metadata.
Corresponds to the JSON property metadata
401 402 403 |
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 401 def @metadata end |
#params ⇒ Google::Apis::DoubleclickbidmanagerV2::Parameters
Parameters of a query or report.
Corresponds to the JSON property params
406 407 408 |
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 406 def params @params end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
413 414 415 416 417 |
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 413 def update!(**args) @key = args[:key] if args.key?(:key) @metadata = args[:metadata] if args.key?(:metadata) @params = args[:params] if args.key?(:params) end |