Show / Hide Table of Contents

Class GoogleAppsCardV1PlatformDataSource

For a 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
GoogleAppsCardV1PlatformDataSource
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class GoogleAppsCardV1PlatformDataSource : IDirectResponseSchema

Properties

CommonDataSource

A data source shared by all Google Workspace applications, such as users in a Google Workspace organization.

Declaration
[JsonProperty("commonDataSource")]
public virtual string CommonDataSource { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HostAppDataSource

A data source that's unique to a Google Workspace host application, such spaces in Google Chat. This field supports the Google API Client Libraries but isn't available in the Cloud Client Libraries. To learn more, see Install the client libraries.

Declaration
[JsonProperty("hostAppDataSource")]
public virtual HostAppDataSourceMarkup HostAppDataSource { get; set; }
Property Value
Type Description
HostAppDataSourceMarkup

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX