class Google::Apis::AdexchangebuyerV1_4::DimensionDimensionValue
Value of the dimension.
Attributes
id[RW]
Id of the dimension. Corresponds to the JSON property `id` @return [Fixnum]
name[RW]
Name of the dimension mainly for debugging purposes. Corresponds to the JSON property `name` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 1389 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 1394 def update!(**args) @id = args[:id] if args.key?(:id) @name = args[:name] if args.key?(:name) end