Class: Google::Apis::AdexchangebuyerV1_4::PerformanceReportList
- Inherits:
-
Object
- Object
- Google::Apis::AdexchangebuyerV1_4::PerformanceReportList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/adexchangebuyer_v1_4/classes.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb
Overview
The configuration data for an Ad Exchange performance report list.
Instance Attribute Summary collapse
-
#kind ⇒ String
Resource type.
-
#performance_report ⇒ Array<Google::Apis::AdexchangebuyerV1_4::PerformanceReport>
A list of performance reports relevant for the account.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PerformanceReportList
constructor
A new instance of PerformanceReportList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ PerformanceReportList
Returns a new instance of PerformanceReportList
2356 2357 2358 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2356 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Resource type.
Corresponds to the JSON property kind
2349 2350 2351 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2349 def kind @kind end |
#performance_report ⇒ Array<Google::Apis::AdexchangebuyerV1_4::PerformanceReport>
A list of performance reports relevant for the account.
Corresponds to the JSON property performanceReport
2354 2355 2356 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2354 def performance_report @performance_report end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2361 2362 2363 2364 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2361 def update!(**args) @kind = args[:kind] if args.key?(:kind) @performance_report = args[:performance_report] if args.key?(:performance_report) end |