Class: DatadogAPIClient::V2::CustomCostsFileUsageChargePeriod
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CustomCostsFileUsageChargePeriod
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/custom_costs_file_usage_charge_period.rb
Overview
Usage charge period of a Custom Costs file.
Instance Attribute Summary collapse
-
#_end ⇒ Object
End of the usage of the Custom Costs file.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#start ⇒ Object
Start of the usage of the Custom Costs file.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_end ⇒ Object
End of the usage of the Custom Costs file.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/custom_costs_file_usage_charge_period.rb', line 25 def _end @_end end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/custom_costs_file_usage_charge_period.rb', line 30 def additional_properties @additional_properties end |
#start ⇒ Object
Start of the usage of the Custom Costs file.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/custom_costs_file_usage_charge_period.rb', line 28 def start @start end |