Sha256: ce82fad5655ac7f6711f53b6d735b5a97db48311387e2a8de48a75810b957104
Contents?: true
Size: 709 Bytes
Versions: 4
Compression:
Stored size: 709 Bytes
Contents
# DatadogAPIClient::V1::UsageTopAvgMetricsMetadata ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **day** | **Time** | The day value from the user request that contains the returned usage data. (If day was used the request) | [optional] | | **month** | **Time** | 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
4 entries across 4 versions & 1 rubygems