Class: DatadogAPIClient::V2::SecurityMonitoringSignalsBulkTriageUpdateResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringSignalsBulkTriageUpdateResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_monitoring_signals_bulk_triage_update_response.rb
Overview
Response for a bulk triage update of security signals.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#result ⇒ Object
readonly
The result payload of a bulk signal triage update.
-
#status ⇒ Object
readonly
The status of the bulk operation.
-
#type ⇒ Object
readonly
The type of the response.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_signals_bulk_triage_update_response.rb', line 33 def additional_properties @additional_properties end |
#result ⇒ Object
The result payload of a bulk signal triage update.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_signals_bulk_triage_update_response.rb', line 25 def result @result end |
#status ⇒ Object
The status of the bulk operation.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_signals_bulk_triage_update_response.rb', line 28 def status @status end |
#type ⇒ Object
The type of the response.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_signals_bulk_triage_update_response.rb', line 31 def type @type end |