Sha256: 8e8778c8908fd54dd177cad169fb0fbc576cc329319d30c06cdf721408a5e133
Contents?: true
Size: 1.79 KB
Versions: 2
Compression:
Stored size: 1.79 KB
Contents
# DatadogAPIClient::V1::WidgetCustomLink ## Properties | Name | Type | Description | Notes | | ------------------ | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | | **is_hidden** | **Boolean** | The flag for toggling context menu link visibility. | [optional] | | **label** | **String** | The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables. | [optional] | | **link** | **String** | The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`. | [optional] | | **override_label** | **String** | The label ID that refers to a context menu link. Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::WidgetCustomLink.new( is_hidden: null, label: Search logs for {{host}}, link: https://app.datadoghq.com/logs?query={{host}}, override_label: logs ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/WidgetCustomLink.md |
datadog_api_client-1.5.0 | docs/v1/WidgetCustomLink.md |