class Google::Apis::Adexchangebuyer2V2beta1::VideoTargeting
Represents targeting information about video.
Attributes
excluded_position_types[RW]
A list of video positions to be excluded. Position types can either be included or excluded (XOR). Corresponds to the JSON property `excludedPositionTypes` @return [Array<String>]
targeted_position_types[RW]
A list of video positions to be included. When the included list is present, the excluded list must be empty. When the excluded list is present, the included list must be empty. Corresponds to the JSON property `targetedPositionTypes` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 4133 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 4138 def update!(**args) @excluded_position_types = args[:excluded_position_types] if args.key?(:excluded_position_types) @targeted_position_types = args[:targeted_position_types] if args.key?(:targeted_position_types) end