Sha256: 455f0e6edd3fc5520271292ab55bd090f44809a288e9f4074009e773527bbd48

Contents?: true

Size: 890 Bytes

Versions: 2

Compression:

Stored size: 890 Bytes

Contents

# DatadogAPIClient::V1::MonitorState

## Properties

| Name       | Type                                                              | Description                                                                                                                                | Notes      |
| ---------- | ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | ---------- |
| **groups** | [**Hash<String, MonitorStateGroup>**](MonitorStateGroup.md) | Dictionary where the keys are groups (comma separated lists of tags) and the values are the list of groups your monitor is broken down on. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::MonitorState.new(
  groups: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/MonitorState.md
datadog_api_client-1.5.0 docs/v1/MonitorState.md