Class: Google::Apis::Adexchangebuyer2V2beta1::AppContext
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::Adexchangebuyer2V2beta1::AppContext
 
- 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
- 
  
    
      #app_types  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The app types this restriction applies to. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ AppContext 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of AppContext. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AppContext
Returns a new instance of AppContext
| 94 95 96 | # File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 94 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#app_types ⇒ Array<String>
The app types this restriction applies to.
Corresponds to the JSON property appTypes
| 92 93 94 | # File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 92 def app_types @app_types end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 99 100 101 | # File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 99 def update!(**args) @app_types = args[:app_types] if args.key?(:app_types) end |