Sha256: ea275875031b05baf0467dcf9940cf7350445f997c101174496e872dc09fff05

Contents?: true

Size: 1.05 KB

Versions: 4

Compression:

Stored size: 1.05 KB

Contents

# DatadogAPIClient::V1::MonitorGroupSearchResult

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **group** | **String** | The name of the group. | [optional][readonly] |
| **group_tags** | **Array<String>** | The list of tags of the monitor group. | [optional][readonly] |
| **last_nodata_ts** | **Integer** | Latest timestamp the monitor group was in NO_DATA state. | [optional][readonly] |
| **last_triggered_ts** | **Integer** | Latest timestamp the monitor group triggered. | [optional][readonly] |
| **monitor_id** | **Integer** | The ID of the monitor. | [optional][readonly] |
| **monitor_name** | **String** | The name of the monitor. | [optional][readonly] |
| **status** | [**MonitorOverallStates**](MonitorOverallStates.md) |  | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::MonitorGroupSearchResult.new(
  group: null,
  group_tags: null,
  last_nodata_ts: null,
  last_triggered_ts: null,
  monitor_id: null,
  monitor_name: null,
  status: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/MonitorGroupSearchResult.md
datadog_api_client-1.3.0 docs/v1/MonitorGroupSearchResult.md
datadog_api_client-1.2.0 docs/v1/MonitorGroupSearchResult.md
datadog_api_client-1.1.0 docs/v1/MonitorGroupSearchResult.md