Show / Hide Table of Contents

Class Card.Types.NestedWidget

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

Inheritance
object
Card.Types.NestedWidget
Implements
IMessage<Card.Types.NestedWidget>
IEquatable<Card.Types.NestedWidget>
IDeepCloneable<Card.Types.NestedWidget>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Card.V1
Assembly: Google.Apps.Card.V1.dll
Syntax
public sealed class Card.Types.NestedWidget : IMessage<Card.Types.NestedWidget>, IEquatable<Card.Types.NestedWidget>, IDeepCloneable<Card.Types.NestedWidget>, IBufferMessage, IMessage

Constructors

NestedWidget()

Declaration
public NestedWidget()

NestedWidget(NestedWidget)

Declaration
public NestedWidget(Card.Types.NestedWidget other)
Parameters
Type Name Description
Card.Types.NestedWidget other

Properties

ButtonList

A button list widget.

Declaration
public ButtonList ButtonList { get; set; }
Property Value
Type Description
ButtonList

DataCase

Declaration
public Card.Types.NestedWidget.DataOneofCase DataCase { get; }
Property Value
Type Description
Card.Types.NestedWidget.DataOneofCase

Image

An image widget.

Declaration
public Image Image { get; set; }
Property Value
Type Description
Image

TextParagraph

A text paragraph widget.

Declaration
public TextParagraph TextParagraph { get; set; }
Property Value
Type Description
TextParagraph
In this article
Back to top Generated by DocFX