Class GoogleAppsCardV1Widgets
The supported widgets that you can include in a column. Google Workspace add-ons and Chat apps
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat .v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class GoogleAppsCardV1Widgets : IDirectResponseSchema
Properties
ButtonList
ButtonList widget.
Declaration
[JsonProperty("buttonList")]
public virtual GoogleAppsCardV1ButtonList ButtonList { get; set; }
Property Value
Type | Description |
---|---|
Google |
ChipList
ChipList widget.
Declaration
[JsonProperty("chipList")]
public virtual GoogleAppsCardV1ChipList ChipList { get; set; }
Property Value
Type | Description |
---|---|
Google |
DateTimePicker
DateTimePicker widget.
Declaration
[JsonProperty("dateTimePicker")]
public virtual GoogleAppsCardV1DateTimePicker DateTimePicker { get; set; }
Property Value
Type | Description |
---|---|
Google |
DecoratedText
DecoratedText widget.
Declaration
[JsonProperty("decoratedText")]
public virtual GoogleAppsCardV1DecoratedText DecoratedText { get; set; }
Property Value
Type | Description |
---|---|
Google |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Image
Image widget.
Declaration
[JsonProperty("image")]
public virtual GoogleAppsCardV1Image Image { get; set; }
Property Value
Type | Description |
---|---|
Google |
SelectionInput
SelectionInput widget.
Declaration
[JsonProperty("selectionInput")]
public virtual GoogleAppsCardV1SelectionInput SelectionInput { get; set; }
Property Value
Type | Description |
---|---|
Google |
TextInput
TextInput widget.
Declaration
[JsonProperty("textInput")]
public virtual GoogleAppsCardV1TextInput TextInput { get; set; }
Property Value
Type | Description |
---|---|
Google |
TextParagraph
TextParagraph widget.
Declaration
[JsonProperty("textParagraph")]
public virtual GoogleAppsCardV1TextParagraph TextParagraph { get; set; }
Property Value
Type | Description |
---|---|
Google |