Sha256: 46acef862b74106149ef14624dd4b5943c654c83fb775fd263d29fc239ae7295
Contents?: true
Size: 493 Bytes
Versions: 7
Compression:
Stored size: 493 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
7 entries across 7 versions & 1 rubygems