class Google::Apis::DfareportingV3_4::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_4/classes.rb, line 8019 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_4/classes.rb, line 8024 def update!(**args) @left = args[:left] if args.key?(:left) @top = args[:top] if args.key?(:top) end