Class: Google::Apps::Chat::V1::WidgetMarkup::OnClick

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

Overview

An onclick action (for example, open a link).

Instance Attribute Summary collapse

Instance Attribute Details

#action::Google::Apps::Chat::V1::WidgetMarkup::FormAction

Returns A form action is triggered by this onclick action if specified.

Returns:



180
181
182
183
# File 'proto_docs/google/chat/v1/widgets.rb', line 180

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

Returns This onclick action triggers an open link action if specified.

Returns:



180
181
182
183
# File 'proto_docs/google/chat/v1/widgets.rb', line 180

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