Class GoogleAppsCardV1CarouselCard
Developer Preview: A card that can be displayed as a carousel item. Google Chat apps:
Implements
Inherited Members
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> |