Class: DatadogAPIClient::V2::CustomCostsFileLineItem
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CustomCostsFileLineItem
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/custom_costs_file_line_item.rb
Overview
Line item details from a Custom Costs file.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#billed_cost ⇒ Object
Total cost in the cost file.
-
#billing_currency ⇒ Object
Currency used in the Custom Costs file.
-
#charge_description ⇒ Object
Description for the line item cost.
-
#charge_period_end ⇒ Object
readonly
End date of the usage charge.
-
#charge_period_start ⇒ Object
readonly
Start date of the usage charge.
-
#provider_name ⇒ Object
Name of the provider for the line item.
-
#tags ⇒ Object
Additional tags for the line item.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/custom_costs_file_line_item.rb', line 45 def additional_properties @additional_properties end |
#billed_cost ⇒ Object
Total cost in the cost file.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/custom_costs_file_line_item.rb', line 25 def billed_cost @billed_cost end |
#billing_currency ⇒ Object
Currency used in the Custom Costs file.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/custom_costs_file_line_item.rb', line 28 def billing_currency @billing_currency end |
#charge_description ⇒ Object
Description for the line item cost.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/custom_costs_file_line_item.rb', line 31 def charge_description @charge_description end |
#charge_period_end ⇒ Object
End date of the usage charge.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/custom_costs_file_line_item.rb', line 34 def charge_period_end @charge_period_end end |
#charge_period_start ⇒ Object
Start date of the usage charge.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/custom_costs_file_line_item.rb', line 37 def charge_period_start @charge_period_start end |
#provider_name ⇒ Object
Name of the provider for the line item.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/custom_costs_file_line_item.rb', line 40 def provider_name @provider_name end |
#tags ⇒ Object
Additional tags for the line item.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/custom_costs_file_line_item.rb', line 43 def @tags end |