Class: DatadogAPIClient::V2::SecurityMonitoringSignalIncidentsUpdateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringSignalIncidentsUpdateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_attributes.rb
Overview
Attributes describing the new list of related signals for a security signal.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#incident_ids ⇒ Object
readonly
Array of incidents that are associated with this 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.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_attributes.rb', line 30 def additional_properties @additional_properties end |
#incident_ids ⇒ Object
Array of incidents that are associated with this signal.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_attributes.rb', line 25 def incident_ids @incident_ids 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/v2/models/security_monitoring_signal_incidents_update_attributes.rb', line 28 def version @version end |