Class: DatadogAPIClient::V2::CustomCostsFileMetadataWithContent

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/custom_costs_file_metadata_with_content.rb

Overview

Schema of a cost file’s metadata.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



51
52
53
# File 'lib/datadog_api_client/v2/models/custom_costs_file_metadata_with_content.rb', line 51

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_metadata_with_content.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_metadata_with_content.rb', line 28

def billing_currency
  @billing_currency
end

#charge_periodObject

Usage charge period of a Custom Costs file.



31
32
33
# File 'lib/datadog_api_client/v2/models/custom_costs_file_metadata_with_content.rb', line 31

def charge_period
  @charge_period
end

#contentObject

Detail of the line items from the Custom Costs file.



34
35
36
# File 'lib/datadog_api_client/v2/models/custom_costs_file_metadata_with_content.rb', line 34

def content
  @content
end

#nameObject

Name of the Custom Costs file.



37
38
39
# File 'lib/datadog_api_client/v2/models/custom_costs_file_metadata_with_content.rb', line 37

def name
  @name
end

#provider_namesObject

Providers contained in the Custom Costs file.



40
41
42
# File 'lib/datadog_api_client/v2/models/custom_costs_file_metadata_with_content.rb', line 40

def provider_names
  @provider_names
end

#statusObject

Status of the Custom Costs file.



43
44
45
# File 'lib/datadog_api_client/v2/models/custom_costs_file_metadata_with_content.rb', line 43

def status
  @status
end

#uploaded_atObject

Timestamp in millisecond of the upload time of the Custom Costs file.



46
47
48
# File 'lib/datadog_api_client/v2/models/custom_costs_file_metadata_with_content.rb', line 46

def uploaded_at
  @uploaded_at
end

#uploaded_byObject

Metadata of the user that has uploaded the Custom Costs file.



49
50
51
# File 'lib/datadog_api_client/v2/models/custom_costs_file_metadata_with_content.rb', line 49

def uploaded_by
  @uploaded_by
end