Sha256: eec531792ca5172ad93004b21b57d1a8c0a26cad03b7a7e46bd9107ff68386d4
Contents?: true
Size: 844 Bytes
Versions: 1
Compression:
Stored size: 844 Bytes
Contents
# DatadogAPIClient::V1::MonthlyUsageAttributionPagination ## Properties | Name | Type | Description | Notes | | ------------------ | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | | **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 the `next_record_id`. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::MonthlyUsageAttributionPagination.new( next_record_id: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/MonthlyUsageAttributionPagination.md |