Class: Google::Apis::CloudsearchV1::ChatConfig
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::ChatConfig
- 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 in meeting chat.
Instance Attribute Summary collapse
-
#chat_type ⇒ String
The Type of chat this Conference is currently using.
-
#google_chat_config ⇒ Google::Apis::CloudsearchV1::GoogleChatConfig
Configuration of the Google Chat in Meet.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ChatConfig
constructor
A new instance of ChatConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ChatConfig
Returns a new instance of ChatConfig.
5425 5426 5427 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5425 def initialize(**args) update!(**args) end |
Instance Attribute Details
#chat_type ⇒ String
The Type of chat this Conference is currently using.
Corresponds to the JSON property chatType
5418 5419 5420 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5418 def chat_type @chat_type end |
#google_chat_config ⇒ Google::Apis::CloudsearchV1::GoogleChatConfig
Configuration of the Google Chat in Meet.
Corresponds to the JSON property googleChatConfig
5423 5424 5425 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5423 def google_chat_config @google_chat_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5430 5431 5432 5433 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5430 def update!(**args) @chat_type = args[:chat_type] if args.key?(:chat_type) @google_chat_config = args[:google_chat_config] if args.key?(:google_chat_config) end |