Class: Google::Apis::CloudsearchV1::GatewayAccess
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::GatewayAccess
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
Details on the third-party interoperability settings for the meeting space.
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
(also: #enabled?)
Whether third-party gateway accesses are enabled for this meeting space.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GatewayAccess
constructor
A new instance of GatewayAccess.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GatewayAccess
Returns a new instance of GatewayAccess.
9724 9725 9726 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9724 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enabled ⇒ Boolean Also known as: enabled?
Whether third-party gateway accesses are enabled for this meeting space. If
enabled, the actual access code can be retrieved by calling the
GetGatewayAccess RPC method.
Corresponds to the JSON property enabled
9721 9722 9723 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9721 def enabled @enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9729 9730 9731 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9729 def update!(**args) @enabled = args[:enabled] if args.key?(:enabled) end |