Sha256: 2d5a4b39111d29d6b84a85fac382506acacf4fa29a77353b82a5da9d13e17404

Contents?: true

Size: 454 Bytes

Versions: 3

Compression:

Stored size: 454 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

3 entries across 3 versions & 1 rubygems

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