Sha256: a0455ae2d1fecea06b88b187317fa132ecfe0aed7d6bb105fdec3063784e5ef4

Contents?: true

Size: 1.27 KB

Versions: 6

Compression:

Stored size: 1.27 KB

Contents

# DatadogAPIClient::V1::SLOWidgetDefinition

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **global_time_target** | **String** | Defined global time target. | [optional] |
| **show_error_budget** | **Boolean** | Defined error budget. | [optional] |
| **slo_id** | **String** | ID of the SLO displayed. | [optional] |
| **time_windows** | [**Array<WidgetTimeWindows>**](WidgetTimeWindows.md) | Times being monitored. | [optional] |
| **title** | **String** | Title of the widget. | [optional] |
| **title_align** | [**WidgetTextAlign**](WidgetTextAlign.md) |  | [optional] |
| **title_size** | **String** | Size of the title. | [optional] |
| **type** | [**SLOWidgetDefinitionType**](SLOWidgetDefinitionType.md) |  | [default to 'slo'] |
| **view_mode** | [**WidgetViewMode**](WidgetViewMode.md) |  | [optional] |
| **view_type** | **String** | Type of view displayed by the widget. | [default to 'detail'] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SLOWidgetDefinition.new(
  global_time_target: null,
  show_error_budget: null,
  slo_id: null,
  time_windows: null,
  title: null,
  title_align: null,
  title_size: null,
  type: null,
  view_mode: null,
  view_type: detail
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/SLOWidgetDefinition.md
datadog_api_client-1.3.0 docs/v1/SLOWidgetDefinition.md
datadog_api_client-1.2.0 docs/v1/SLOWidgetDefinition.md
datadog_api_client-1.1.0 docs/v1/SLOWidgetDefinition.md
datadog_api_client-1.0.0 docs/v1/SLOWidgetDefinition.md
datadog_api_client-1.0.0.beta.3 docs/v1/SLOWidgetDefinition.md