Show / Hide Table of Contents

Class Card

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

Inheritance
object
Card
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX