Sha256: a10b5fc8e6057cbcf70c9db6877ac22594b013e8920c1cf1a6b65a5db2cc3f7f

Contents?: true

Size: 1.21 KB

Versions: 4

Compression:

Stored size: 1.21 KB

Contents

# DatadogAPIClient::V1::UsageAttributionBody

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **month** | **Time** | Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]. | [optional] |
| **org_name** | **String** | The name of the organization. | [optional] |
| **public_id** | **String** | The organization public ID. | [optional] |
| **tag_config_source** | **String** | The source of the usage attribution tag configuration and the selected tags in the format `<source_org_name>:<selected tag 1>-<selected tag 2>-<selected tag 3>`. | [optional] |
| **tags** | **Hash<String, Array<String>>** | Usage Summary by tag name. | [optional] |
| **updated_at** | **String** | Shows the the most recent hour in the current months for all organizations for which all usages were calculated. | [optional] |
| **values** | [**UsageAttributionValues**](UsageAttributionValues.md) |  | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::UsageAttributionBody.new(
  month: null,
  org_name: null,
  public_id: null,
  tag_config_source: null,
  tags: null,
  updated_at: null,
  values: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/UsageAttributionBody.md
datadog_api_client-1.3.0 docs/v1/UsageAttributionBody.md
datadog_api_client-1.2.0 docs/v1/UsageAttributionBody.md
datadog_api_client-1.1.0 docs/v1/UsageAttributionBody.md