class Google::Apis::DisplayvideoV1::RegionalLocationListAssignedTargetingOptionDetails
Targeting details for regional location list. This will be populated in the details field of an AssignedTargetingOption
when targeting_type is ` TARGETING_TYPE_REGIONAL_LOCATION_LIST`.
Attributes
negative[RW]
Indicates if this option is being negatively targeted. Corresponds to the JSON property `negative` @return [Boolean]
negative?[RW]
Indicates if this option is being negatively targeted. Corresponds to the JSON property `negative` @return [Boolean]
regional_location_list_id[RW]
Required. ID of the regional location list. Should refer to the location_list_id field of a LocationList
resource whose type is ` TARGETING_LOCATION_TYPE_REGIONAL`. Corresponds to the JSON property `regionalLocationListId` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 8443 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 8448 def update!(**args) @negative = args[:negative] if args.key?(:negative) @regional_location_list_id = args[:regional_location_list_id] if args.key?(:regional_location_list_id) end