Sha256: 438007d49d211e8e65e84f8342ed78c402a20b824bee154918bde76517c213c1

Contents?: true

Size: 745 Bytes

Versions: 2

Compression:

Stored size: 745 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  | [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

2 entries across 2 versions & 1 rubygems

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