# DatadogAPIClient::V1::MonthlyUsageAttributionBody ## 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** | **Time** | Datetime of the most recent update to the usage values. | [optional] | | **values** | [**MonthlyUsageAttributionValues**](MonthlyUsageAttributionValues.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::MonthlyUsageAttributionBody.new( month: null, org_name: null, public_id: null, tag_config_source: null, tags: null, updated_at: null, values: null ) ```