Sha256: bc263a6a1ba628865ef1bb318f7b4d875f036bedf529a872dbaa5460e903eea4

Contents?: true

Size: 1.25 KB

Versions: 2

Compression:

Stored size: 1.25 KB

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

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/UsageTopAvgMetricsMetadata.md
datadog_api_client-1.5.0 docs/v1/UsageTopAvgMetricsMetadata.md