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
A single report generated by its parent report.
Instance Attribute Summary collapse
-
#key ⇒ Google::Apis::DoubleclickbidmanagerV2::ReportKey
Identifying information of a report.
-
#metadata ⇒ Google::Apis::DoubleclickbidmanagerV2::ReportMetadata
The metadata of a report.
-
#params ⇒ Google::Apis::DoubleclickbidmanagerV2::Parameters
Parameters of a generated 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.
421 422 423 |
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 421 def initialize(**args) update!(**args) end |
Instance Attribute Details
#key ⇒ Google::Apis::DoubleclickbidmanagerV2::ReportKey
Identifying information of a report.
Corresponds to the JSON property key
409 410 411 |
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 409 def key @key end |
#metadata ⇒ Google::Apis::DoubleclickbidmanagerV2::ReportMetadata
The metadata of a report.
Corresponds to the JSON property metadata
414 415 416 |
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 414 def @metadata end |
#params ⇒ Google::Apis::DoubleclickbidmanagerV2::Parameters
Parameters of a generated report.
Corresponds to the JSON property params
419 420 421 |
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 419 def params @params end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
426 427 428 429 430 |
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 426 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 |