Class: Google::Apps::Chat::V1::WidgetMarkup::Button
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::WidgetMarkup::Button
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/widgets.rb
Overview
A button. Can be a text button or an image button.
Instance Attribute Summary collapse
-
#image_button ⇒ ::Google::Apps::Chat::V1::WidgetMarkup::ImageButton
A button with image and
onclickaction. -
#text_button ⇒ ::Google::Apps::Chat::V1::WidgetMarkup::TextButton
A button with text and
onclickaction.
Instance Attribute Details
#image_button ⇒ ::Google::Apps::Chat::V1::WidgetMarkup::ImageButton
74 75 76 77 |
# File 'proto_docs/google/chat/v1/widgets.rb', line 74 class Button include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text_button ⇒ ::Google::Apps::Chat::V1::WidgetMarkup::TextButton
74 75 76 77 |
# File 'proto_docs/google/chat/v1/widgets.rb', line 74 class Button include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |