class Google::Apis::DfareportingV3_3::OffsetPosition
Offset Position.
Attributes
left[RW]
Offset distance from left side of an asset or a window. Corresponds to the JSON property `left` @return [Fixnum]
top[RW]
Offset distance from top side of an asset or a window. Corresponds to the JSON property `top` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dfareporting_v3_3/classes.rb, line 7332 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dfareporting_v3_3/classes.rb, line 7337 def update!(**args) @left = args[:left] if args.key?(:left) @top = args[:top] if args.key?(:top) end