Sha256: 72c0da8471acfde550dd7d795808d6ea4db8001c1e78607dbe63a3563836f200

Contents?: true

Size: 882 Bytes

Versions: 2

Compression:

Stored size: 882 Bytes

Contents

# DatadogAPIClient::V1::MonitorSearchResponseMetadata

## Properties

| Name            | Type        | Description                                | Notes                |
| --------------- | ----------- | ------------------------------------------ | -------------------- |
| **page**        | **Integer** | The page to start paginating from.         | [optional][readonly] |
| **page_count**  | **Integer** | The number of pages.                       | [optional][readonly] |
| **per_page**    | **Integer** | The number of monitors to return per page. | [optional][readonly] |
| **total_count** | **Integer** | The total number of monitors.              | [optional][readonly] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::MonitorSearchResponseMetadata.new(
  page: null,
  page_count: null,
  per_page: null,
  total_count: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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