Class CardWithId
A card in a Google Chat message. Only Chat apps can create cards. If your Chat app authenticates as a user, the message can't contain cards. 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 |