Class: Google::Apis::Adexchangebuyer2V2beta1::LocationContext
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::Adexchangebuyer2V2beta1::LocationContext
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/adexchangebuyer2_v2beta1/classes.rb,
 generated/google/apis/adexchangebuyer2_v2beta1/representations.rb,
 generated/google/apis/adexchangebuyer2_v2beta1/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #geo_criteria_ids  ⇒ Array<Fixnum> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    IDs representing the geo location for this context. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ LocationContext 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of LocationContext. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ LocationContext
Returns a new instance of LocationContext
| 1690 1691 1692 | # File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 1690 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#geo_criteria_ids ⇒ Array<Fixnum>
IDs representing the geo location for this context.
Please refer to the
geo-table.csv
file for different geo criteria IDs.
Corresponds to the JSON property geoCriteriaIds
| 1688 1689 1690 | # File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 1688 def geo_criteria_ids @geo_criteria_ids end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1695 1696 1697 | # File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 1695 def update!(**args) @geo_criteria_ids = args[:geo_criteria_ids] if args.key?(:geo_criteria_ids) end |