Class: DatadogAPIClient::V2::UsageAttributesObject

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

Overview

Usage attributes data.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#org_nameObject

The organization name.



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

def org_name
  @org_name
end

#product_familyObject

The product for which usage is being reported.



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

def product_family
  @product_family
end

#public_idObject

The organization public ID.



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

def public_id
  @public_id
end

#regionObject

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



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

def region
  @region
end

#timeseriesObject

List of usage data reported for each requested hour.



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

def timeseries
  @timeseries
end

#usage_typeObject

Usage type that is being measured.



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

def usage_type
  @usage_type
end