Class: DatadogAPIClient::V2::UsageAttributesObject
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::UsageAttributesObject
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/usage_attributes_object.rb
Overview
Usage attributes data.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#org_name ⇒ Object
The organization name.
-
#product_family ⇒ Object
The product for which usage is being reported.
-
#public_id ⇒ Object
The organization public ID.
-
#region ⇒ Object
The region of the Datadog instance that the organization belongs to.
-
#timeseries ⇒ Object
List of usage data reported for each requested hour.
-
#usage_type ⇒ Object
Usage type that is being measured.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/usage_attributes_object.rb', line 42 def additional_properties @additional_properties end |
#org_name ⇒ Object
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_family ⇒ Object
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_id ⇒ Object
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 |
#region ⇒ Object
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 |
#timeseries ⇒ Object
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_type ⇒ Object
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 |