class Google::Apis::AdexchangebuyerV1_4::PerformanceReportList

The configuration data for an Ad Exchange performance report list.

Attributes

kind[RW]

Resource type. Corresponds to the JSON property `kind` @return [String]

performance_report[RW]

A list of performance reports relevant for the account. Corresponds to the JSON property `performanceReport` @return [Array<Google::Apis::AdexchangebuyerV1_4::PerformanceReport>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 2032
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 2037
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @performance_report = args[:performance_report] if args.key?(:performance_report)
end