class Google::Apis::AdexchangebuyerV1_3::PretargetingConfig::Dimension
Attributes
height[RW]
Height in pixels. Corresponds to the JSON property `height` @return [String]
width[RW]
Width in pixels. Corresponds to the JSON property `width` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/adexchangebuyer_v1_3/classes.rb, line 1243 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 1248 def update!(**args) @height = args[:height] if args.key?(:height) @width = args[:width] if args.key?(:width) end