Class: Google::Apis::CloudsearchV1::GoogleChatConfig

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChatConfig

Returns a new instance of GoogleChatConfig.



8358
8359
8360
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 8358

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

Instance Attribute Details

#chat_group_idString

ID of the Chat group. Corresponds to the JSON property chatGroupId

Returns:

  • (String)


8356
8357
8358
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 8356

def chat_group_id
  @chat_group_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8363
8364
8365
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 8363

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