Sha256: bf48738ffded3b8a4bfbd8bb22452df99567436b7e84ca804ab28f67db116965
Contents?: true
Size: 960 Bytes
Versions: 2
Compression:
Stored size: 960 Bytes
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] | | **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, tags: null, updated_at: null, values: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.0.0 | docs/v1/UsageAttributionBody.md |
datadog_api_client-1.0.0.beta.3 | docs/v1/UsageAttributionBody.md |