Class SelectionInput.Types.PlatformDataSource
For a
[SelectionInput
][google.apps.card.v1.SelectionInput] widget that uses a
multiselect menu, a data source from Google Workspace. Used to populate
items in a multiselect menu.
Google Chat apps:
Inheritance
SelectionInput.Types.PlatformDataSource
Assembly: Google.Apps.Card.V1.dll
public sealed class SelectionInput.Types.PlatformDataSource : IMessage<SelectionInput.Types.PlatformDataSource>, IEquatable<SelectionInput.Types.PlatformDataSource>, IDeepCloneable<SelectionInput.Types.PlatformDataSource>, IBufferMessage, IMessage
Constructors
Declaration
public PlatformDataSource()
Declaration
public PlatformDataSource(SelectionInput.Types.PlatformDataSource other)
Parameters
Properties
A data source shared by all Google Workspace applications, such as
users in a Google Workspace organization.
Declaration
public SelectionInput.Types.PlatformDataSource.Types.CommonDataSource CommonDataSource { get; set; }
Property Value
Declaration
public SelectionInput.Types.PlatformDataSource.DataSourceOneofCase DataSourceCase { get; }
Property Value
Gets whether the "common_data_source" field is set
Declaration
public bool HasCommonDataSource { get; }
Property Value