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
| 3593 3594 3595 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 3593 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#demog_age_criteria_ids ⇒ Array<String>
Corresponds to the JSON property demogAgeCriteriaIds
| 3591 3592 3593 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 3591 def demog_age_criteria_ids @demog_age_criteria_ids end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 3598 3599 3600 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 3598 def update!(**args) @demog_age_criteria_ids = args[:demog_age_criteria_ids] if args.key?(:demog_age_criteria_ids) end |