class Google::Apis::DisplayvideoV3::VideoPlayerSizeTargetingOptionDetails

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

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @video_player_size = args[:video_player_size] if args.key?(:video_player_size)
end