Sha256: 7a931aa8a5349dced9a14e50035f4e0e5994f5574c220728121772842ab0a124

Contents?: true

Size: 837 Bytes

Versions: 5

Compression:

Stored size: 837 Bytes

Contents

# DatadogAPIClient::V1::WidgetMarker

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **display_type** | **String** | Combination of:   - A severity error, warning, ok, or info   - A line type: dashed, solid, or bold In this case of a Distribution widget, this can be set to be `x_axis_percentile`.  | [optional] |
| **label** | **String** | Label to display over the marker. | [optional] |
| **time** | **String** | Timestamp for the widget. | [optional] |
| **value** | **String** | Value to apply. Can be a single value y = 15 or a range of values 0 < y < 10. |  |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::WidgetMarker.new(
  display_type: error dashed,
  label: Error threshold,
  time: null,
  value: y = 15
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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