Class: DatadogAPIClient::V2::AlertEventAttributesLinksItem
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AlertEventAttributesLinksItem
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/alert_event_attributes_links_item.rb
Overview
A link.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#category ⇒ Object
The category of the link.
-
#title ⇒ Object
The display text of the link.
-
#url ⇒ Object
The URL of the link.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/alert_event_attributes_links_item.rb', line 33 def additional_properties @additional_properties end |
#category ⇒ Object
The category of the link.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/alert_event_attributes_links_item.rb', line 25 def category @category end |
#title ⇒ Object
The display text of the link.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/alert_event_attributes_links_item.rb', line 28 def title @title end |
#url ⇒ Object
The URL of the link.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/alert_event_attributes_links_item.rb', line 31 def url @url end |