class Google::Apis::Adexchangebuyer2V2beta1::SecurityContext
Output only. A security context.
Attributes
securities[RW]
The security types in this context. Corresponds to the JSON property `securities` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 3720 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 3725 def update!(**args) @securities = args[:securities] if args.key?(:securities) end