Show / Hide Table of Contents

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
object
SelectionInput.Types.PlatformDataSource
Implements
IMessage<SelectionInput.Types.PlatformDataSource>
IEquatable<SelectionInput.Types.PlatformDataSource>
IDeepCloneable<SelectionInput.Types.PlatformDataSource>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Card.V1
Assembly: Google.Apps.Card.V1.dll
Syntax
public sealed class SelectionInput.Types.PlatformDataSource : IMessage<SelectionInput.Types.PlatformDataSource>, IEquatable<SelectionInput.Types.PlatformDataSource>, IDeepCloneable<SelectionInput.Types.PlatformDataSource>, IBufferMessage, IMessage

Constructors

PlatformDataSource()

Declaration
public PlatformDataSource()

PlatformDataSource(PlatformDataSource)

Declaration
public PlatformDataSource(SelectionInput.Types.PlatformDataSource other)
Parameters
Type Name Description
SelectionInput.Types.PlatformDataSource other

Properties

CommonDataSource

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
Type Description
SelectionInput.Types.PlatformDataSource.Types.CommonDataSource

DataSourceCase

Declaration
public SelectionInput.Types.PlatformDataSource.DataSourceOneofCase DataSourceCase { get; }
Property Value
Type Description
SelectionInput.Types.PlatformDataSource.DataSourceOneofCase

HasCommonDataSource

Gets whether the "common_data_source" field is set

Declaration
public bool HasCommonDataSource { get; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX