class Google::Apis::AdexchangebuyerV1_4::Dimension
This message carries publisher provided breakdown. E.g. `dimension_type: ' COUNTRY', [`dimension_value: `id: 1, name: 'US'“, `dimension_value: `id: 2, name: 'UK'“]`
Attributes
dimension_type[RW]
Corresponds to the JSON property `dimensionType` @return [String]
dimension_values[RW]
Corresponds to the JSON property `dimensionValues` @return [Array<Google::Apis::AdexchangebuyerV1_4::DimensionDimensionValue>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 1364 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 1369 def update!(**args) @dimension_type = args[:dimension_type] if args.key?(:dimension_type) @dimension_values = args[:dimension_values] if args.key?(:dimension_values) end