Sha256: dcb2bb50b66eeac9d0d4f323919b7a2b4bcf81605877eaee8e2f229eaa3b8661

Contents?: true

Size: 975 Bytes

Versions: 7

Compression:

Stored size: 975 Bytes

Contents

# DatadogAPIClient::V1::UsageSpecifiedCustomReportsAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **computed_on** | **String** | The date the specified custom report was computed. | [optional] |
| **end_date** | **String** | The ending date of specified custom report. | [optional] |
| **location** | **String** | A downloadable file for the specified custom reporting file. | [optional] |
| **size** | **Integer** | size | [optional] |
| **start_date** | **String** | The starting date of specified custom report. | [optional] |
| **tags** | **Array<String>** | A list of tags to apply to specified custom reports. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::UsageSpecifiedCustomReportsAttributes.new(
  computed_on: null,
  end_date: null,
  location: https://an-s3-or-gs-bucket.s3.amazonaws.com,
  size: null,
  start_date: null,
  tags: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/UsageSpecifiedCustomReportsAttributes.md
datadog_api_client-1.3.0 docs/v1/UsageSpecifiedCustomReportsAttributes.md
datadog_api_client-1.2.0 docs/v1/UsageSpecifiedCustomReportsAttributes.md
datadog_api_client-1.1.0 docs/v1/UsageSpecifiedCustomReportsAttributes.md
datadog_api_client-1.0.0 docs/v1/UsageSpecifiedCustomReportsAttributes.md
datadog_api_client-1.0.0.beta.3 docs/v1/UsageSpecifiedCustomReportsAttributes.md
datadog_api_client-1.0.0.beta.2 docs/v1/UsageSpecifiedCustomReportsAttributes.md