Sha256: 0138e0bf659a2a4e65b543c2cfd7c22ed63326443379bbe128cb8121d32aa7d8
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
# DatadogAPIClient::V1::UsageAttributionPagination ## Properties | Name | Type | Description | Notes | | --------------------------- | ----------- | ------------------------------------------------- | ---------- | | **limit** | **Integer** | Maximum amount of records to be returned. | [optional] | | **offset** | **Integer** | Records to be skipped before beginning to return. | [optional] | | **sort_direction** | **String** | Direction to sort by. | [optional] | | **sort_name** | **String** | Field to sort by. | [optional] | | **total_number_of_records** | **Integer** | Total number of records. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageAttributionPagination.new( limit: null, offset: null, sort_direction: null, sort_name: null, total_number_of_records: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/UsageAttributionPagination.md |