Sha256: 5d296070b34372dae50eab4ee75b6bc4dfedb14471e98db4ee97791db199381a

Contents?: true

Size: 738 Bytes

Versions: 4

Compression:

Stored size: 738 Bytes

Contents

# DatadogAPIClient::V1::UsageAttributionPagination

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **limit** | **Integer** | Maximum amount of records to be returned. | [optional] |
| **next_record_id** | **String** | The cursor to use to get the next results, if any. To make the next request, use the same parameters with the addition of this next_record_id. | [optional] |
| **total_number_of_records** | **Integer** | Total number of records. (deprecated after May 1st, 2021) | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::UsageAttributionPagination.new(
  limit: null,
  next_record_id: null,
  total_number_of_records: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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