class Google::Apis::DisplayvideoV1::VideoPlayerSizeAssignedTargetingOptionDetails

Video player size targeting option details. This will be populated in the video_player_size_details field when targeting_type is ` TARGETING_TYPE_VIDEO_PLAYER_SIZE`. Explicitly targeting all options is not supported. Remove all video player size targeting options to achieve this effect.

Attributes

targeting_option_id[RW]

Required. The targeting_option_id field when targeting_type is ` TARGETING_TYPE_VIDEO_PLAYER_SIZE`. Corresponds to the JSON property `targetingOptionId` @return [String]

video_player_size[RW]

Output only. The video player size. Corresponds to the JSON property `videoPlayerSize` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 9607
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 9612
def update!(**args)
  @targeting_option_id = args[:targeting_option_id] if args.key?(:targeting_option_id)
  @video_player_size = args[:video_player_size] if args.key?(:video_player_size)
end