class Google::Apis::DfareportingV2_1::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_1/classes.rb, line 6550
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_1/classes.rb, line 6555
def update!(**args)
  @left = args[:left] unless args[:left].nil?
  @top = args[:top] unless args[:top].nil?
end