Show / Hide Table of Contents

Class Carousel.Types.CarouselCard

A card that can be displayed as a carousel item. Google Chat apps:

Inheritance
object
Carousel.Types.CarouselCard
Implements
IMessage<Carousel.Types.CarouselCard>
IEquatable<Carousel.Types.CarouselCard>
IDeepCloneable<Carousel.Types.CarouselCard>
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 Carousel.Types.CarouselCard : IMessage<Carousel.Types.CarouselCard>, IEquatable<Carousel.Types.CarouselCard>, IDeepCloneable<Carousel.Types.CarouselCard>, IBufferMessage, IMessage

Constructors

CarouselCard()

Declaration
public CarouselCard()

CarouselCard(CarouselCard)

Declaration
public CarouselCard(Carousel.Types.CarouselCard other)
Parameters
Type Name Description
Carousel.Types.CarouselCard other

Properties

FooterWidgets

A list of widgets displayed at the bottom of the carousel card. The widgets are displayed in the order that they are specified.

Declaration
public RepeatedField<Card.Types.NestedWidget> FooterWidgets { get; }
Property Value
Type Description
RepeatedField<Card.Types.NestedWidget>

Widgets

A list of widgets displayed in the carousel card. The widgets are displayed in the order that they are specified.

Declaration
public RepeatedField<Card.Types.NestedWidget> Widgets { get; }
Property Value
Type Description
RepeatedField<Card.Types.NestedWidget>
In this article
Back to top Generated by DocFX