Class: Google::Apps::Chat::V1::WidgetMarkup::ImageButton

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/chat/v1/widgets.rb

Overview

An image button with an onclick action.

Instance Attribute Summary collapse

Instance Attribute Details

#icon::Google::Apps::Chat::V1::WidgetMarkup::Icon



186
187
188
189
# File 'proto_docs/google/chat/v1/widgets.rb', line 186

class ImageButton
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#icon_url::String



186
187
188
189
# File 'proto_docs/google/chat/v1/widgets.rb', line 186

class ImageButton
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String



186
187
188
189
# File 'proto_docs/google/chat/v1/widgets.rb', line 186

class ImageButton
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#on_click::Google::Apps::Chat::V1::WidgetMarkup::OnClick



186
187
188
189
# File 'proto_docs/google/chat/v1/widgets.rb', line 186

class ImageButton
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end