Sha256: a12d517db25641de7840c8c2678d60e52150714bc13cdce89c9a09dd64444f87
Contents?: true
Size: 1.63 KB
Versions: 2
Compression:
Stored size: 1.63 KB
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/WidgetMarker.md |
datadog_api_client-1.5.0 | docs/v1/WidgetMarker.md |