Class: DatadogAPIClient::V2::CustomCostsFileMetadataWithContent
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CustomCostsFileMetadataWithContent
- 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
-
#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_period ⇒ Object
Usage charge period of a Custom Costs file.
-
#content ⇒ Object
Detail of the line items from the Custom Costs file.
-
#name ⇒ Object
Name of the Custom Costs file.
-
#provider_names ⇒ Object
Providers contained in the Custom Costs file.
-
#status ⇒ Object
Status of the Custom Costs file.
-
#uploaded_at ⇒ Object
Timestamp in millisecond of the upload time of the Custom Costs file.
-
#uploaded_by ⇒ Object
Metadata of the user that has uploaded the Custom Costs file.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_cost ⇒ Object
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_currency ⇒ Object
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_period ⇒ Object
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 |
#content ⇒ Object
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 |
#name ⇒ Object
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_names ⇒ Object
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 |
#status ⇒ Object
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_at ⇒ Object
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_by ⇒ Object
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 |