Sha256: 486aef6126d377c2daa760bbaa313f61b4afe8b1e2df3cc286b167c683bc2511

Contents?: true

Size: 1.17 KB

Versions: 2

Compression:

Stored size: 1.17 KB

Contents

# DatadogAPIClient::V1::UsageSpecifiedCustomReportsData

## Properties

| Name           | Type                                                                                  | Description                            | Notes                                    |
| -------------- | ------------------------------------------------------------------------------------- | -------------------------------------- | ---------------------------------------- |
| **attributes** | [**UsageSpecifiedCustomReportsAttributes**](UsageSpecifiedCustomReportsAttributes.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::UsageSpecifiedCustomReportsData.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/UsageSpecifiedCustomReportsData.md
datadog_api_client-1.5.0 docs/v1/UsageSpecifiedCustomReportsData.md