Class Card.Types.NestedWidget
A list of widgets that can be displayed in a containing layout, such
as a CarouselCard
.
Google Chat apps:
Inheritance
Card.Types.NestedWidget
Assembly: Google.Apps.Card.V1.dll
public sealed class Card.Types.NestedWidget : IMessage<Card.Types.NestedWidget>, IEquatable<Card.Types.NestedWidget>, IDeepCloneable<Card.Types.NestedWidget>, IBufferMessage, IMessage
Constructors
Declaration
Declaration
public NestedWidget(Card.Types.NestedWidget other)
Parameters
Properties
Declaration
public ButtonList ButtonList { get; set; }
Property Value
Declaration
public Card.Types.NestedWidget.DataOneofCase DataCase { get; }
Property Value
Declaration
public Image Image { get; set; }
Property Value
TextParagraph
Declaration
public TextParagraph TextParagraph { get; set; }
Property Value