Sha256: f61ca3aa21c903bf9d2669079babc6d0fa70808ab787726af16904af0bcd05a6

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 KB

Contents

# DatadogAPIClient::V1::UsageCustomReportsData

## Properties

| Name           | Type                                                                | Description                            | Notes                                    |
| -------------- | ------------------------------------------------------------------- | -------------------------------------- | ---------------------------------------- |
| **attributes** | [**UsageCustomReportsAttributes**](UsageCustomReportsAttributes.md) |                                        | [optional]                               |
| **id**         | **String**                                                          | The date for specified custom reports. | [optional]                               |
| **type**       | [**UsageReportsType**](UsageReportsType.md)                         |                                        | [optional][default to 'reports'] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::UsageCustomReportsData.new(
  attributes: null,
  id: null,
  type: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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