Class: DatadogAPIClient::V1::UsageAttributionResponse

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#metadataObject

The object containing document metadata.



29
30
31
# File 'lib/datadog_api_client/v1/models/usage_attribution_response.rb', line 29

def 
  
end

#usageObject

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