| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
CardWithId |
CardWithId.clone() |
CardWithId |
CardWithId.set(String fieldName,
Object value) |
CardWithId |
CardWithId.setCard(GoogleAppsCardV1Card card)
A card.
|
CardWithId |
CardWithId.setCardId(String cardId)
Required if the message contains multiple cards.
|
| Modifier and Type | Method and Description |
|---|---|
List<CardWithId> |
Message.getCardsV2()
An array of [cards](https://developers.google.com/chat/api/reference/rest/v1/cards).
|
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.setCardsV2(List<CardWithId> cardsV2)
An array of [cards](https://developers.google.com/chat/api/reference/rest/v1/cards).
|
Copyright © 2011–2023 Google. All rights reserved.