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
-
#account_name ⇒ Object
The account name.
-
#account_public_id ⇒ Object
The account public ID.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#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
#account_name ⇒ Object
The account name.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 25 def account_name @account_name end |
#account_public_id ⇒ Object
The account public ID.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 28 def account_public_id @account_public_id end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
57 58 59 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 57 def additional_properties @additional_properties end |
#billing_plan ⇒ Object
The billing plan.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 31 def billing_plan @billing_plan end |
#end_date ⇒ Object
Shows the last date of usage.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 34 def end_date @end_date end |
#num_orgs ⇒ Object
The number of organizations.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 37 def num_orgs @num_orgs end |
#org_name ⇒ Object
The organization name.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 40 def org_name @org_name end |
#public_id ⇒ Object
The organization public ID.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 43 def public_id @public_id end |
#ratio_in_month ⇒ Object
Shows usage aggregation for a billing period.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 46 def ratio_in_month @ratio_in_month end |
#region ⇒ Object
The region of the organization.
49 50 51 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 49 def region @region end |
#start_date ⇒ Object
Shows the first date of usage.
52 53 54 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 52 def start_date @start_date end |
#usage ⇒ Object
Response with aggregated usage types.
55 56 57 |
# File 'lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb', line 55 def usage @usage end |