Class: DatadogAPIClient::V1::UsageAttributionResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::UsageAttributionResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/usage_attribution_response.rb
Overview
Response containing the Usage Summary by tag(s).
Instance Attribute Summary collapse
-
#metadata ⇒ Object
The object containing document metadata.
-
#usage ⇒ Object
Get usage summary by tag(s).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#metadata ⇒ Object
The object containing document metadata.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/usage_attribution_response.rb', line 29 def end |
#usage ⇒ Object
Get usage summary by tag(s).
32 33 34 |
# File 'lib/datadog_api_client/v1/models/usage_attribution_response.rb', line 32 def usage @usage end |