Class: Google::Apis::ChatV1::OpenLink
- Inherits:
-
Object
- Object
- Google::Apis::ChatV1::OpenLink
- Defined in:
- generated/google/apis/chat_v1/classes.rb,
generated/google/apis/chat_v1/representations.rb,
generated/google/apis/chat_v1/representations.rb
Overview
A link that opens a new window.
Instance Attribute Summary collapse
-
#url ⇒ String
The URL to open.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OpenLink
constructor
A new instance of OpenLink.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ OpenLink
Returns a new instance of OpenLink
742 743 744 |
# File 'generated/google/apis/chat_v1/classes.rb', line 742 def initialize(**args) update!(**args) end |
Instance Attribute Details
#url ⇒ String
The URL to open.
Corresponds to the JSON property url
740 741 742 |
# File 'generated/google/apis/chat_v1/classes.rb', line 740 def url @url end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
747 748 749 |
# File 'generated/google/apis/chat_v1/classes.rb', line 747 def update!(**args) @url = args[:url] if args.key?(:url) end |