class Google::Apis::DisplayvideoV1::VideoPlayerSizeTargetingOptionDetails

Represents a targetable video player size. This will be populated in the video_player_size_details field when targeting_type is ` TARGETING_TYPE_VIDEO_PLAYER_SIZE`.

Attributes

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 9629
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 9634
def update!(**args)
  @video_player_size = args[:video_player_size] if args.key?(:video_player_size)
end