Class: Google::Apis::Adexchangebuyer2V2beta1::SecurityContext
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::Adexchangebuyer2V2beta1::SecurityContext
 
- 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
- 
  
    
      #securities  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The security types in this context. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ SecurityContext 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of SecurityContext. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ SecurityContext
Returns a new instance of SecurityContext
| 2009 2010 2011 | # File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2009 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#securities ⇒ Array<String>
The security types in this context.
Corresponds to the JSON property securities
| 2007 2008 2009 | # File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2007 def securities @securities end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 2014 2015 2016 | # File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2014 def update!(**args) @securities = args[:securities] if args.key?(:securities) end |