Class: DatadogAPIClient::V1::RetentionReturnCriteriaTimeInterval
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::RetentionReturnCriteriaTimeInterval
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/retention_return_criteria_time_interval.rb
Overview
Time interval for return criteria.
Instance Attribute Summary collapse
-
#type ⇒ Object
readonly
Type of time interval for return criteria.
-
#unit ⇒ Object
readonly
Unit of time for retention return criteria interval.
-
#value ⇒ Object
readonly
Value of the time interval.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#type ⇒ Object
Type of time interval for return criteria.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/retention_return_criteria_time_interval.rb', line 25 def type @type end |
#unit ⇒ Object
Unit of time for retention return criteria interval.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/retention_return_criteria_time_interval.rb', line 28 def unit @unit end |
#value ⇒ Object
Value of the time interval.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/retention_return_criteria_time_interval.rb', line 31 def value @value end |