google_api_chat v0.18.0 GoogleApi.Chat.V1.Model.OnClick View Source
An onclick action (e.g. open a link).
Attributes
-
action
(type:GoogleApi.Chat.V1.Model.FormAction.t
, default:nil
) - A form action will be trigger by this onclick if specified. -
openLink
(type:GoogleApi.Chat.V1.Model.OpenLink.t
, default:nil
) - This onclick triggers an open link action if specified.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Chat.V1.Model.OnClick{ action: GoogleApi.Chat.V1.Model.FormAction.t(), openLink: GoogleApi.Chat.V1.Model.OpenLink.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.