Class: Google::Apis::Adexchangebuyer2V2beta1::SecurityContext
- Inherits:
-
Object
- Object
- Google::Apis::Adexchangebuyer2V2beta1::SecurityContext
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/adexchangebuyer2_v2beta1/classes.rb,
lib/google/apis/adexchangebuyer2_v2beta1/representations.rb,
lib/google/apis/adexchangebuyer2_v2beta1/representations.rb
Overview
Output only. A security context.
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.
Constructor Details
#initialize(**args) ⇒ SecurityContext
Returns a new instance of SecurityContext.
3730 3731 3732 |
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3730 def initialize(**args) update!(**args) end |
Instance Attribute Details
#securities ⇒ Array<String>
The security types in this context.
Corresponds to the JSON property securities
3728 3729 3730 |
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3728 def securities @securities end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3735 3736 3737 |
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3735 def update!(**args) @securities = args[:securities] if args.key?(:securities) end |