class Google::Apis::Adexchangebuyer2V2beta1::CriteriaTargeting
Generic targeting used for targeting dimensions that contains a list of included and excluded numeric IDs.
Attributes
excluded_criteria_ids[RW]
A list of numeric IDs to be excluded. Corresponds to the JSON property `excludedCriteriaIds` @return [Array<Fixnum>]
targeted_criteria_ids[RW]
A list of numeric IDs to be included. Corresponds to the JSON property `targetedCriteriaIds` @return [Array<Fixnum>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 1039 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 1044 def update!(**args) @excluded_criteria_ids = args[:excluded_criteria_ids] if args.key?(:excluded_criteria_ids) @targeted_criteria_ids = args[:targeted_criteria_ids] if args.key?(:targeted_criteria_ids) end