Class: Google::Apps::Chat::V1::WidgetMarkup::OpenLink

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#url::String

Returns The URL to open.

Returns:

  • (::String)

    The URL to open.



189
190
191
192
# File 'proto_docs/google/chat/v1/widgets.rb', line 189

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