Sha256: 33d9eb3f5196dd9d140dd81420314f43430906e6e80ef356be887d83b734014f

Contents?: true

Size: 1.3 KB

Versions: 2

Compression:

Stored size: 1.3 KB

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

2 entries across 2 versions & 1 rubygems

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