Show / Hide Table of Contents

Class GoogleAppsCardV1CarouselCard

Developer Preview: A card that can be displayed as a carousel item. Google Chat apps:

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

Properties

ETag

The ETag of the item.

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

FooterWidgets

A list of widgets displayed at the bottom of the carousel card. The widgets are displayed in the order that they are specified.

Declaration
[JsonProperty("footerWidgets")]
public virtual IList<GoogleAppsCardV1NestedWidget> FooterWidgets { get; set; }
Property Value
Type Description
IList<GoogleAppsCardV1NestedWidget>

Widgets

A list of widgets displayed in the carousel card. The widgets are displayed in the order that they are specified.

Declaration
[JsonProperty("widgets")]
public virtual IList<GoogleAppsCardV1NestedWidget> Widgets { get; set; }
Property Value
Type Description
IList<GoogleAppsCardV1NestedWidget>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX