Show / Hide Table of Contents

Class GoogleAppsCardV1Widgets

The supported widgets that you can include in a column. Google Workspace add-ons and Chat apps

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

Properties

ButtonList

ButtonList widget.

Declaration
[JsonProperty("buttonList")]
public virtual GoogleAppsCardV1ButtonList ButtonList { get; set; }
Property Value
Type Description
GoogleAppsCardV1ButtonList

ChipList

ChipList widget.

Declaration
[JsonProperty("chipList")]
public virtual GoogleAppsCardV1ChipList ChipList { get; set; }
Property Value
Type Description
GoogleAppsCardV1ChipList

DateTimePicker

DateTimePicker widget.

Declaration
[JsonProperty("dateTimePicker")]
public virtual GoogleAppsCardV1DateTimePicker DateTimePicker { get; set; }
Property Value
Type Description
GoogleAppsCardV1DateTimePicker

DecoratedText

DecoratedText widget.

Declaration
[JsonProperty("decoratedText")]
public virtual GoogleAppsCardV1DecoratedText DecoratedText { get; set; }
Property Value
Type Description
GoogleAppsCardV1DecoratedText

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
GoogleAppsCardV1Image

SelectionInput

SelectionInput widget.

Declaration
[JsonProperty("selectionInput")]
public virtual GoogleAppsCardV1SelectionInput SelectionInput { get; set; }
Property Value
Type Description
GoogleAppsCardV1SelectionInput

TextInput

TextInput widget.

Declaration
[JsonProperty("textInput")]
public virtual GoogleAppsCardV1TextInput TextInput { get; set; }
Property Value
Type Description
GoogleAppsCardV1TextInput

TextParagraph

TextParagraph widget.

Declaration
[JsonProperty("textParagraph")]
public virtual GoogleAppsCardV1TextParagraph TextParagraph { get; set; }
Property Value
Type Description
GoogleAppsCardV1TextParagraph

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX