Sha256: de4eb0f5f04418ea0cdf0e623035fe38715c69f7f4378a03f942b1154df83a24

Contents?: true

Size: 1.03 KB

Versions: 4

Compression:

Stored size: 1.03 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

4 entries across 4 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/WidgetCustomLink.md
datadog_api_client-1.3.0 docs/v1/WidgetCustomLink.md
datadog_api_client-1.2.0 docs/v1/WidgetCustomLink.md
datadog_api_client-1.1.0 docs/v1/WidgetCustomLink.md