Class: Google::Apps::Chat::V1::WidgetMarkup::OpenLink
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::WidgetMarkup::OpenLink
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/widgets.rb
Overview
A link that opens a new window.
Instance Attribute Summary collapse
-
#url ⇒ ::String
The URL to open.
Instance Attribute Details
#url ⇒ ::String
Returns The URL to open.
211 212 213 214 |
# File 'proto_docs/google/chat/v1/widgets.rb', line 211 class OpenLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |