image property

GoogleAppsCardV1Image? image
getter/setter pair

Displays an image.

For example, the following JSON creates an image with alternative text:

"https://developers.google.com/chat/images/quickstart-app-avatar.png",
"altText": "Chat app avatar" } ```

Implementation

GoogleAppsCardV1Image? image;