Class: DatadogAPIClient::V1::WidgetCustomLink
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::WidgetCustomLink
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/widget_custom_link.rb
Overview
Custom links help you connect a data value to a URL, like a Datadog page or your AWS console.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#is_hidden ⇒ Object
The flag for toggling context menu link visibility.
-
#label ⇒ Object
The label for the custom link URL.
-
#link ⇒ Object
The URL of the custom link.
-
#override_label ⇒ Object
The label ID that refers to a context menu link.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v1/models/widget_custom_link.rb', line 36 def additional_properties @additional_properties end |
#is_hidden ⇒ Object
The flag for toggling context menu link visibility.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/widget_custom_link.rb', line 25 def is_hidden @is_hidden end |
#label ⇒ Object
The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/widget_custom_link.rb', line 28 def label @label end |
#link ⇒ Object
The URL of the custom link. URL must include ‘http` or `https`. A relative URL must start with `/`.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/widget_custom_link.rb', line 31 def link @link end |
#override_label ⇒ Object
The label ID that refers to a context menu link. Can be ‘logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/widget_custom_link.rb', line 34 def override_label @override_label end |