View Source GoogleApi.Chat.V1.Model.Button (google_api_chat v0.41.4)
A button. Can be a text button or an image button.
Attributes
-
imageButton(type:GoogleApi.Chat.V1.Model.ImageButton.t, default:nil) - A button with image andonclickaction. -
textButton(type:GoogleApi.Chat.V1.Model.TextButton.t, default:nil) - A button with text andonclickaction.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Chat.V1.Model.Button{ imageButton: GoogleApi.Chat.V1.Model.ImageButton.t() | nil, textButton: GoogleApi.Chat.V1.Model.TextButton.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.