Class: Google::Apis::AdexchangebuyerV1_3::PerformanceReportList

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/adexchangebuyer_v1_3/classes.rb,
generated/google/apis/adexchangebuyer_v1_3/representations.rb,
generated/google/apis/adexchangebuyer_v1_3/representations.rb

Overview

The configuration data for an Ad Exchange performance report list.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PerformanceReportList

Returns a new instance of PerformanceReportList.



1104
1105
1106
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 1104

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

Instance Attribute Details

#kindString

Resource type. Corresponds to the JSON property kind

Returns:

  • (String)


1097
1098
1099
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 1097

def kind
  @kind
end

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

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



1102
1103
1104
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 1102

def performance_report
  @performance_report
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1109
1110
1111
1112
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 1109

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