google_api_chat v0.9.0 GoogleApi.Chat.V1.Model.ImageButton View Source
An image button with an onclick action.
Attributes
icon
(type:String.t
, default:nil
) - The icon specified by an enum that indices to an icon provided by Chat API.iconUrl
(type:String.t
, default:nil
) - The icon specified by a URL.name
(type:String.t
, default:nil
) - The name of this image_button which will be used for accessibility. Default value will be provided if developers don't specify.onClick
(type:GoogleApi.Chat.V1.Model.OnClick.t
, default:nil
) - The onclick action.
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 Sourcet() :: %GoogleApi.Chat.V1.Model.ImageButton{ icon: String.t(), iconUrl: String.t(), name: String.t(), onClick: GoogleApi.Chat.V1.Model.OnClick.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.