buttonList property
A list of buttons.
For example, the following JSON creates two buttons. The first is a blue
text button and the second is an image button that opens a link: "buttonList": { "buttons": [ { "text": "Edit", "color": { "red": 0, "green": 0, "blue": 1, "alpha": 1 }, "disabled": true, }, { "icon": { "knownIcon": "INVITE", "altText": "check calendar" }, "onClick": { "openLink": { "url": "https://example.com/calendar" } } } ] }
Implementation
GoogleAppsCardV1ButtonList? buttonList;