Class: DatadogAPIClient::V1::SignalAssigneeUpdateRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SignalAssigneeUpdateRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/signal_assignee_update_request.rb
Overview
Attributes describing an assignee update operation over a security signal.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#assignee ⇒ Object
readonly
The UUID of the user being assigned.
-
#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.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/signal_assignee_update_request.rb', line 30 def additional_properties @additional_properties end |
#assignee ⇒ Object
The UUID of the user being assigned. Use empty string to return signal to unassigned.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/signal_assignee_update_request.rb', line 25 def assignee @assignee end |
#version ⇒ Object
Version of the updated signal. If server side version is higher, update will be rejected.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/signal_assignee_update_request.rb', line 28 def version @version end |