Class: DatadogAPIClient::V2::HourlyUsage

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

Overview

Hourly usage for a product family for an org.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#attributesObject

Attributes of hourly usage for a product family for an org for a time period.



25
26
27
# File 'lib/datadog_api_client/v2/models/hourly_usage.rb', line 25

def attributes
  @attributes
end

#idObject

Unique ID of the response.



28
29
30
# File 'lib/datadog_api_client/v2/models/hourly_usage.rb', line 28

def id
  @id
end

#typeObject

Type of usage data.



31
32
33
# File 'lib/datadog_api_client/v2/models/hourly_usage.rb', line 31

def type
  @type
end