Sha256: 067dc6ce8c63621d3717abe2254c7dc0c067f00cb7a53894dea21f13a7461d21
Contents?: true
Size: 454 Bytes
Versions: 7
Compression:
Stored size: 454 Bytes
Contents
# DatadogAPIClient::V2::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/v2' instance = DatadogAPIClient::V2::Pagination.new( total_count: null, total_filtered_count: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems