Class: DatadogAPIClient::V2::HourlyUsageAttributes

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

Overview

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

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#account_nameObject

The account name.



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

def 
  @account_name
end

#account_public_idObject

The account public ID.



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

def 
  @account_public_id
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



48
49
50
# File 'lib/datadog_api_client/v2/models/hourly_usage_attributes.rb', line 48

def additional_properties
  @additional_properties
end

#measurementsObject

List of the measured usage values for the product family for the org for the time period.



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

def measurements
  @measurements
end

#org_nameObject

The organization name.



34
35
36
# File 'lib/datadog_api_client/v2/models/hourly_usage_attributes.rb', line 34

def org_name
  @org_name
end

#product_familyObject

The product for which usage is being reported.



37
38
39
# File 'lib/datadog_api_client/v2/models/hourly_usage_attributes.rb', line 37

def product_family
  @product_family
end

#public_idObject

The organization public ID.



40
41
42
# File 'lib/datadog_api_client/v2/models/hourly_usage_attributes.rb', line 40

def public_id
  @public_id
end

#regionObject

The region of the Datadog instance that the organization belongs to.



43
44
45
# File 'lib/datadog_api_client/v2/models/hourly_usage_attributes.rb', line 43

def region
  @region
end

#timestampObject

Datetime in ISO-8601 format, UTC. The hour for the usage.



46
47
48
# File 'lib/datadog_api_client/v2/models/hourly_usage_attributes.rb', line 46

def timestamp
  @timestamp
end