class Google::Apis::DisplayvideoV1::OnScreenPositionTargetingOptionDetails

Represents a targetable on screen position, which could be used by display and video ads. This will be populated in the on_screen_position_details field when targeting_type is `TARGETING_TYPE_ON_SCREEN_POSITION`.

Attributes

on_screen_position[RW]

Output only. The on screen position. Corresponds to the JSON property `onScreenPosition` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 7554
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/displayvideo_v1/classes.rb, line 7559
def update!(**args)
  @on_screen_position = args[:on_screen_position] if args.key?(:on_screen_position)
end