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 lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 1712
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 1717
def update!(**args)
  @dimension_type = args[:dimension_type] if args.key?(:dimension_type)
  @dimension_values = args[:dimension_values] if args.key?(:dimension_values)
end