Sha256: 0f4ba34ffd302eaa5447ff84587de3e5e712f964170d457a5a623e02abbcc0c7
Contents?: true
Size: 713 Bytes
Versions: 2
Compression:
Stored size: 713 Bytes
Contents
# DatadogAPIClient::V1::UsageTopAvgMetricsMetadata ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **day** | **Object** | The day value from the user request that contains the returned usage data. (If day was used the request) | [optional] | | **month** | **Object** | The month value from the user request that contains the returned usage data. (If month was used the request) | [optional] | | **pagination** | [**UsageAttributionPagination**](UsageAttributionPagination.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageTopAvgMetricsMetadata.new( day: null, month: null, pagination: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.0.0 | docs/v1/UsageTopAvgMetricsMetadata.md |
datadog_api_client-1.0.0.beta.3 | docs/v1/UsageTopAvgMetricsMetadata.md |