Class Card
A card is a UI element that can contain UI widgets such as text and images.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class Card : IDirectResponseSchema
Properties
CardActions
The actions of this card.
Declaration
[JsonProperty("cardActions")]
public virtual IList<CardAction> CardActions { get; set; }
Property Value
Type | Description |
---|---|
IList<CardAction> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Header
The header of the card. A header usually contains a title and an image.
Declaration
[JsonProperty("header")]
public virtual CardHeader Header { get; set; }
Property Value
Type | Description |
---|---|
CardHeader |
Name
Name of the card.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Sections
Sections are separated by a line divider.
Declaration
[JsonProperty("sections")]
public virtual IList<Section> Sections { get; set; }
Property Value
Type | Description |
---|---|
IList<Section> |