Class: DatadogAPIClient::V2::AutoCloseInactiveCases
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AutoCloseInactiveCases
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/auto_close_inactive_cases.rb
Overview
Auto-close inactive cases settings
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#enabled ⇒ Object
Whether auto-close is enabled.
-
#max_inactive_time_in_secs ⇒ Object
Maximum inactive time in seconds before auto-closing.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/auto_close_inactive_cases.rb', line 30 def additional_properties @additional_properties end |
#enabled ⇒ Object
Whether auto-close is enabled
25 26 27 |
# File 'lib/datadog_api_client/v2/models/auto_close_inactive_cases.rb', line 25 def enabled @enabled end |
#max_inactive_time_in_secs ⇒ Object
Maximum inactive time in seconds before auto-closing
28 29 30 |
# File 'lib/datadog_api_client/v2/models/auto_close_inactive_cases.rb', line 28 def max_inactive_time_in_secs @max_inactive_time_in_secs end |