Class: DatadogAPIClient::V1::HourlyUsageAttributionResponse

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/hourly_usage_attribution_response.rb

Overview

Response containing the hourly usage attribution 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/hourly_usage_attribution_response.rb', line 29

def 
  
end

#usageObject

Get the hourly usage attribution by tag(s).



32
33
34
# File 'lib/datadog_api_client/v1/models/hourly_usage_attribution_response.rb', line 32

def usage
  @usage
end