Class: Google::Apis::Adexchangebuyer2V2beta1::SecurityContext

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SecurityContext

Returns a new instance of SecurityContext.



3720
3721
3722
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3720

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#securitiesArray<String>

The security types in this context. Corresponds to the JSON property securities

Returns:

  • (Array<String>)


3718
3719
3720
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3718

def securities
  @securities
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3725
3726
3727
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3725

def update!(**args)
  @securities = args[:securities] if args.key?(:securities)
end