class Google::Apis::AdexchangebuyerV1_3::PerformanceReportList

The configuration data for an Ad Exchange performance report list. https:// sites.google.com/a/google.com/adx-integration/Home/engineering/binary-releases/ rtb-api-release cs.corp.google.com/#piper///depot/google3/contentads/ adx/tools/rtb_api/adxrtb.py

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_3::PerformanceReport>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/adexchangebuyer_v1_3/classes.rb, line 1053
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_3/classes.rb, line 1058
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @performance_report = args[:performance_report] if args.key?(:performance_report)
end