google_api_chat v0.7.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
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Chat.V1.Model.OnClick{
action: GoogleApi.Chat.V1.Model.FormAction.t(),
openLink: GoogleApi.Chat.V1.Model.OpenLink.t()
}
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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.