image property
Displays an image.
For example, the following JSON creates an image with alternative text:
"https://developers.google.com/workspace/chat/images/quickstart-app-avatar.png",
"altText": "Chat app avatar" } ```
Implementation
GoogleAppsCardV1Image? image;