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
Implements
Inherited Members
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 |