Class GoogleAppsCardV1NestedWidget
Developer Preview: A list of widgets that can be displayed in
a containing layout, such as a CarouselCard
. Google Chat apps:
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class GoogleAppsCardV1NestedWidget : IDirectResponseSchema
Properties
ButtonList
A button list widget.
Declaration
[JsonProperty("buttonList")]
public virtual GoogleAppsCardV1ButtonList ButtonList { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsCardV1ButtonList |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Image
An image widget.
Declaration
[JsonProperty("image")]
public virtual GoogleAppsCardV1Image Image { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsCardV1Image |
TextParagraph
A text paragraph widget.
Declaration
[JsonProperty("textParagraph")]
public virtual GoogleAppsCardV1TextParagraph TextParagraph { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsCardV1TextParagraph |