Show / Hide Table of Contents

Class GoogleAppsCardV1NestedWidget

Developer Preview: A list of widgets that can be displayed in a containing layout, such as a CarouselCard. Google Chat apps:

Inheritance
object
GoogleAppsCardV1NestedWidget
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX