Class: Google::Apis::AdexchangebuyerV1_4::TargetingValueDemogAgeCriteria
- Inherits:
-
Object
- Object
- Google::Apis::AdexchangebuyerV1_4::TargetingValueDemogAgeCriteria
- 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
-
#demog_age_criteria_ids ⇒ Array<String>
Corresponds to the JSON property
demogAgeCriteriaIds
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TargetingValueDemogAgeCriteria
constructor
A new instance of TargetingValueDemogAgeCriteria.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ TargetingValueDemogAgeCriteria
Returns a new instance of TargetingValueDemogAgeCriteria
3600 3601 3602 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 3600 def initialize(**args) update!(**args) end |
Instance Attribute Details
#demog_age_criteria_ids ⇒ Array<String>
Corresponds to the JSON property demogAgeCriteriaIds
3598 3599 3600 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 3598 def demog_age_criteria_ids @demog_age_criteria_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3605 3606 3607 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 3605 def update!(**args) @demog_age_criteria_ids = args[:demog_age_criteria_ids] if args.key?(:demog_age_criteria_ids) end |