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.
574 575 576 |
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 574 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
562 563 564 |
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 562 def key @key end |
#metadata ⇒ Google::Apis::DoubleclickbidmanagerV2::ReportMetadata
Report metadata.
Corresponds to the JSON property metadata
567 568 569 |
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 567 def @metadata end |
#params ⇒ Google::Apis::DoubleclickbidmanagerV2::Parameters
Parameters of a query or report.
Corresponds to the JSON property params
572 573 574 |
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 572 def params @params end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
579 580 581 582 583 |
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 579 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 |