Class: DatadogAPIClient::V1::UsageBillableSummaryHour
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::UsageBillableSummaryHour
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb
Overview
Response with monthly summary of data billed by Datadog.
Instance Attribute Summary collapse
-
#billing_plan ⇒ Object
The billing plan.
-
#end_date ⇒ Object
Shows the last date of usage.
-
#num_orgs ⇒ Object
The number of organizations.
-
#org_name ⇒ Object
The organization name.
-
#public_id ⇒ Object
The organization public ID.
-
#ratio_in_month ⇒ Object
Shows usage aggregation for a billing period.
-
#region ⇒ Object
The region of the organization.
-
#start_date ⇒ Object
Shows the first date of usage.
-
#usage ⇒ Object
Response with aggregated usage types.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#billing_plan ⇒ Object
The billing plan.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 29 def billing_plan @billing_plan end |
#end_date ⇒ Object
Shows the last date of usage.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 32 def end_date @end_date end |
#num_orgs ⇒ Object
The number of organizations.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 35 def num_orgs @num_orgs end |
#org_name ⇒ Object
The organization name.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 38 def org_name @org_name end |
#public_id ⇒ Object
The organization public ID.
41 42 43 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 41 def public_id @public_id end |
#ratio_in_month ⇒ Object
Shows usage aggregation for a billing period.
44 45 46 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 44 def ratio_in_month @ratio_in_month end |
#region ⇒ Object
The region of the organization.
47 48 49 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 47 def region @region end |
#start_date ⇒ Object
Shows the first date of usage.
50 51 52 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 50 def start_date @start_date end |
#usage ⇒ Object
Response with aggregated usage types.
53 54 55 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 53 def usage @usage end |