Class: DatadogAPIClient::V2::AssigneeResponseMeta
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AssigneeResponseMeta
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/assignee_response_meta.rb
Overview
Per-finding warnings and failures produced while processing the bulk assignee request.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#failures ⇒ Object
Findings that could not be assigned or unassigned.
-
#warnings ⇒ Object
Findings for which the assignment succeeded but a non-critical error occurred during processing.
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/assignee_response_meta.rb', line 30 def additional_properties @additional_properties end |
#failures ⇒ Object
Findings that could not be assigned or unassigned.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/assignee_response_meta.rb', line 25 def failures @failures end |
#warnings ⇒ Object
Findings for which the assignment succeeded but a non-critical error occurred during processing.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/assignee_response_meta.rb', line 28 def warnings @warnings end |