Show / Hide Table of Contents

Class CardWithId

A card in a Google Chat message. Chat apps can create cards with app authentication. As part of the Developer Preview Program, if your Chat app authenticates as a user, it can create card messages. If your Chat app is not part of Developer Preview Program, it can't create cards with user authentication. To learn how to create a message that contains cards, see Send a message. Card builder

Inheritance
object
CardWithId
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 CardWithId : IDirectResponseSchema

Properties

Card

A card. Maximum size is 32 KB.

Declaration
[JsonProperty("card")]
public virtual GoogleAppsCardV1Card Card { get; set; }
Property Value
Type Description
GoogleAppsCardV1Card

CardId

Required if the message contains multiple cards. A unique identifier for a card in a message.

Declaration
[JsonProperty("cardId")]
public virtual string CardId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX