View Source GoogleApi.Chat.V1.Model.OnClick (google_api_chat v0.41.4)
An onclick action (for example, open a link).
Attributes
-
action(type:GoogleApi.Chat.V1.Model.FormAction.t, default:nil) - A form action is triggered by thisonclickaction if specified. -
openLink(type:GoogleApi.Chat.V1.Model.OpenLink.t, default:nil) - Thisonclickaction triggers an open link action if specified.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Chat.V1.Model.OnClick{ action: GoogleApi.Chat.V1.Model.FormAction.t() | nil, openLink: GoogleApi.Chat.V1.Model.OpenLink.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.