Class: Google::Apis::AdexchangebuyerV1_4::TargetingValueDemogAgeCriteria

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/adexchangebuyer_v1_4/classes.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ TargetingValueDemogAgeCriteria

Returns a new instance of TargetingValueDemogAgeCriteria.



3648
3649
3650
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 3648

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

Instance Attribute Details

#demog_age_criteria_idsArray<String>

Corresponds to the JSON property demogAgeCriteriaIds

Returns:

  • (Array<String>)


3646
3647
3648
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 3646

def demog_age_criteria_ids
  @demog_age_criteria_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3653
3654
3655
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 3653

def update!(**args)
  @demog_age_criteria_ids = args[:demog_age_criteria_ids] if args.key?(:demog_age_criteria_ids)
end