Class: Google::Apis::AdexchangebuyerV1_4::PerformanceReportList

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ PerformanceReportList

Returns a new instance of PerformanceReportList.



2408
2409
2410
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2408

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

Instance Attribute Details

#kindString

Resource type. Corresponds to the JSON property kind

Returns:

  • (String)


2401
2402
2403
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2401

def kind
  @kind
end

#performance_reportArray<Google::Apis::AdexchangebuyerV1_4::PerformanceReport>

A list of performance reports relevant for the account. Corresponds to the JSON property performanceReport



2406
2407
2408
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2406

def performance_report
  @performance_report
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2413
2414
2415
2416
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2413

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