Show / Hide Table of Contents

Class GoogleAppsCardV1DataSourceConfig

A configuration object that helps configure the data sources for a widget. Available for Google Chat apps and Google Workspace add-ons that extend Google Workspace Studio.

Inheritance
object
GoogleAppsCardV1DataSourceConfig
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 GoogleAppsCardV1DataSourceConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

PlatformDataSource

The data is from a Google Workspace application.

Declaration
[JsonProperty("platformDataSource")]
public virtual GoogleAppsCardV1PlatformDataSource PlatformDataSource { get; set; }
Property Value
Type Description
GoogleAppsCardV1PlatformDataSource

RemoteDataSource

The data is from a remote data provider.

Declaration
[JsonProperty("remoteDataSource")]
public virtual GoogleAppsCardV1Action RemoteDataSource { get; set; }
Property Value
Type Description
GoogleAppsCardV1Action

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX