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.



8825
8826
8827
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 8825

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)


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