Class: DatadogAPIClient::V2::CustomCostsFileMetadata
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CustomCostsFileMetadata
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/custom_costs_file_metadata.rb
Overview
Schema of a Custom Costs 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.
-
#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.
48 49 50 |
# File 'lib/datadog_api_client/v2/models/custom_costs_file_metadata.rb', line 48 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.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.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.rb', line 31 def charge_period @charge_period end |
#name ⇒ Object
Name of the Custom Costs file.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/custom_costs_file_metadata.rb', line 34 def name @name end |
#provider_names ⇒ Object
Providers contained in the Custom Costs file.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/custom_costs_file_metadata.rb', line 37 def provider_names @provider_names end |
#status ⇒ Object
Status of the Custom Costs file.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/custom_costs_file_metadata.rb', line 40 def status @status end |
#uploaded_at ⇒ Object
Timestamp, in millisecond, of the upload time of the Custom Costs file.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/custom_costs_file_metadata.rb', line 43 def uploaded_at @uploaded_at end |
#uploaded_by ⇒ Object
Metadata of the user that has uploaded the Custom Costs file.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/custom_costs_file_metadata.rb', line 46 def uploaded_by @uploaded_by end |