Class: DatadogAPIClient::V2::CustomCostsFileLineItem

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_costObject

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_currencyObject

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_descriptionObject

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_endObject

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_startObject

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_nameObject

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

#tagsObject

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
  @tags
end