View Source GoogleApi.Chat.V1.Model.GoogleAppsCardV1Widgets (google_api_chat v0.41.4)
The supported widgets that you can include in a column. Google Workspace Add-ons and Chat apps
Attributes
-
buttonList(type:GoogleApi.Chat.V1.Model.GoogleAppsCardV1ButtonList.t, default:nil) - ButtonList widget. -
chipList(type:GoogleApi.Chat.V1.Model.GoogleAppsCardV1ChipList.t, default:nil) - ChipList widget. Google Chat apps: -
dateTimePicker(type:GoogleApi.Chat.V1.Model.GoogleAppsCardV1DateTimePicker.t, default:nil) - DateTimePicker widget. -
decoratedText(type:GoogleApi.Chat.V1.Model.GoogleAppsCardV1DecoratedText.t, default:nil) - DecoratedText widget. -
image(type:GoogleApi.Chat.V1.Model.GoogleAppsCardV1Image.t, default:nil) - Image widget. -
selectionInput(type:GoogleApi.Chat.V1.Model.GoogleAppsCardV1SelectionInput.t, default:nil) - SelectionInput widget. -
textInput(type:GoogleApi.Chat.V1.Model.GoogleAppsCardV1TextInput.t, default:nil) - TextInput widget. -
textParagraph(type:GoogleApi.Chat.V1.Model.GoogleAppsCardV1TextParagraph.t, default:nil) - TextParagraph widget.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Chat.V1.Model.GoogleAppsCardV1Widgets{ buttonList: GoogleApi.Chat.V1.Model.GoogleAppsCardV1ButtonList.t() | nil, chipList: GoogleApi.Chat.V1.Model.GoogleAppsCardV1ChipList.t() | nil, dateTimePicker: GoogleApi.Chat.V1.Model.GoogleAppsCardV1DateTimePicker.t() | nil, decoratedText: GoogleApi.Chat.V1.Model.GoogleAppsCardV1DecoratedText.t() | nil, image: GoogleApi.Chat.V1.Model.GoogleAppsCardV1Image.t() | nil, selectionInput: GoogleApi.Chat.V1.Model.GoogleAppsCardV1SelectionInput.t() | nil, textInput: GoogleApi.Chat.V1.Model.GoogleAppsCardV1TextInput.t() | nil, textParagraph: GoogleApi.Chat.V1.Model.GoogleAppsCardV1TextParagraph.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.