Sha256: b0c43cf0275251731802b949cf5ad055bd0c92406f5c970b10a814e8c7719bb3
Contents?: true
Size: 1.1 KB
Versions: 2
Compression:
Stored size: 1.1 KB
Contents
# DatadogAPIClient::V1::SLOListResponseMetadataPage ## Properties | Name | Type | Description | Notes | | ------------------------ | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------- | | **total_count** | **Integer** | The total number of resources that could be retrieved ignoring the parameters and filters in the request. | [optional] | | **total_filtered_count** | **Integer** | The total number of resources that match the parameters and filters in the request. This attribute can be used by a client to determine the total number of pages. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SLOListResponseMetadataPage.new( total_count: null, total_filtered_count: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SLOListResponseMetadataPage.md |
datadog_api_client-1.5.0 | docs/v1/SLOListResponseMetadataPage.md |