Class: Google::Apis::ChatV1::HostAppDataSourceMarkup

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/chat_v1/classes.rb,
lib/google/apis/chat_v1/representations.rb,
lib/google/apis/chat_v1/representations.rb

Overview

Chat apps only. For a SelectionInput widget that uses a multiselect menu, a data source from a Google Workspace application. The data source populates selection items for the multiselect menu.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ HostAppDataSourceMarkup

Returns a new instance of HostAppDataSourceMarkup.



2883
2884
2885
# File 'lib/google/apis/chat_v1/classes.rb', line 2883

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

Instance Attribute Details

#chat_data_sourceGoogle::Apis::ChatV1::ChatClientDataSourceMarkup

Chat apps only. For a SelectionInput widget that uses a multiselect menu, a data source from Google Chat. The data source populates selection items for the multiselect menu. For example, a user can select Google Chat spaces that they're a member of. Corresponds to the JSON property chatDataSource



2881
2882
2883
# File 'lib/google/apis/chat_v1/classes.rb', line 2881

def chat_data_source
  @chat_data_source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2888
2889
2890
# File 'lib/google/apis/chat_v1/classes.rb', line 2888

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