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.
8825 8826 8827 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 8825 def initialize(**args) update!(**args) end |
Instance Attribute Details
#chat_group_id ⇒ String
ID of the Chat group.
Corresponds to the JSON property chatGroupId
8823 8824 8825 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 8823 def chat_group_id @chat_group_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8830 8831 8832 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 8830 def update!(**args) @chat_group_id = args[:chat_group_id] if args.key?(:chat_group_id) end |