Sha256: 4f23715e12671fb4cb327aaa06f178d6d0c92086fa858844ff48e79477c66555

Contents?: true

Size: 630 Bytes

Versions: 2

Compression:

Stored size: 630 Bytes

Contents

# DatadogAPIClient::V1::Pagination

## Properties

| Name                     | Type        | Description                                    | Notes      |
| ------------------------ | ----------- | ---------------------------------------------- | ---------- |
| **total_count**          | **Integer** | Total count.                                   | [optional] |
| **total_filtered_count** | **Integer** | Total count of elements matched by the filter. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::Pagination.new(
  total_count: null,
  total_filtered_count: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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