Class: Google::Apis::CloudsearchV1::GoogleChatConfig
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::GoogleChatConfig
- 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
Configuration of the Google Chat in Meet.
Instance Attribute Summary collapse
-
#chat_group_id ⇒ String
ID of the Chat group.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChatConfig
constructor
A new instance of GoogleChatConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChatConfig
Returns a new instance of GoogleChatConfig.
8304 8305 8306 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 8304 def initialize(**args) update!(**args) end |
Instance Attribute Details
#chat_group_id ⇒ String
ID of the Chat group.
Corresponds to the JSON property chatGroupId
8302 8303 8304 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 8302 def chat_group_id @chat_group_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8309 8310 8311 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 8309 def update!(**args) @chat_group_id = args[:chat_group_id] if args.key?(:chat_group_id) end |