Class: DatadogAPIClient::V1::SignalStateUpdateRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SignalStateUpdateRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/signal_state_update_request.rb
Overview
Attributes describing the change of state for a given state.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#archive_comment ⇒ Object
Optional comment to explain why a signal is being archived.
-
#archive_reason ⇒ Object
Reason why a signal has been archived.
-
#state ⇒ Object
readonly
The new triage state of the signal.
-
#version ⇒ Object
Version of the updated signal.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v1/models/signal_state_update_request.rb', line 36 def additional_properties @additional_properties end |
#archive_comment ⇒ Object
Optional comment to explain why a signal is being archived.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/signal_state_update_request.rb', line 25 def archive_comment @archive_comment end |
#archive_reason ⇒ Object
Reason why a signal has been archived.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/signal_state_update_request.rb', line 28 def archive_reason @archive_reason end |
#state ⇒ Object
The new triage state of the signal.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/signal_state_update_request.rb', line 31 def state @state end |
#version ⇒ Object
Version of the updated signal. If server side version is higher, update will be rejected.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/signal_state_update_request.rb', line 34 def version @version end |