Sha256: 2386767a42a0a3b2070f6f16773d18d9e14760962e027f8699470646c24b2376

Contents?: true

Size: 644 Bytes

Versions: 3

Compression:

Stored size: 644 Bytes

Contents

# DatadogAPIClient::V1::WidgetCustomLink

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **label** | **String** | The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables. |  |
| **link** | **String** | The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`. |  |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::WidgetCustomLink.new(
  label: Search logs for {{host}},
  link: https://app.datadoghq.com/logs?query={{host}}
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
datadog_api_client-1.0.0 docs/v1/WidgetCustomLink.md
datadog_api_client-1.0.0.beta.3 docs/v1/WidgetCustomLink.md
datadog_api_client-1.0.0.beta.2 docs/v1/WidgetCustomLink.md