class Google::Apis::DfareportingV2_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 generated/google/apis/dfareporting_v2_3/classes.rb, line 6616
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/dfareporting_v2_3/classes.rb, line 6621
def update!(**args)
  @left = args[:left] if args.key?(:left)
  @top = args[:top] if args.key?(:top)
end