Show / Hide Table of Contents

Class Card

A card is a UI element that can contain UI widgets such as texts, images.

Inheritance
System.Object
Card
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.Collections.Generic.IList<CardAction>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.String

Sections

Sections are separated by a line divider.

Declaration
[JsonProperty("sections")]
public virtual IList<Section> Sections { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Section>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX