Show / Hide Table of Contents

Class ContextualAddOnMarkup.Types.Card

A card is a UI element that can contain UI widgets such as text and images.

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

Constructors

Card()

Declaration
public Card()

Card(Card)

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

Properties

CardActions

The actions of this card.

Declaration
public RepeatedField<ContextualAddOnMarkup.Types.Card.Types.CardAction> CardActions { get; }
Property Value
Type Description
RepeatedField<ContextualAddOnMarkup.Types.Card.Types.CardAction>

Header

The header of the card. A header usually contains a title and an image.

Declaration
public ContextualAddOnMarkup.Types.Card.Types.CardHeader Header { get; set; }
Property Value
Type Description
ContextualAddOnMarkup.Types.Card.Types.CardHeader

Name

Name of the card.

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Sections

Sections are separated by a line divider.

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