Class: DatadogAPIClient::V2::AssignmentResult
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AssignmentResult
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/assignment_result.rb
Overview
Per-finding outcome of an assign or unassign operation.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#detail ⇒ Object
readonly
Human-readable explanation of the outcome.
-
#finding_id ⇒ Object
readonly
Unique identifier of the security finding.
-
#status ⇒ Object
readonly
HTTP-like status code describing the outcome for this finding.
-
#title ⇒ Object
readonly
Short label describing the outcome for this finding.
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/v2/models/assignment_result.rb', line 36 def additional_properties @additional_properties end |
#detail ⇒ Object
Human-readable explanation of the outcome.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/assignment_result.rb', line 25 def detail @detail end |
#finding_id ⇒ Object
Unique identifier of the security finding.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/assignment_result.rb', line 28 def finding_id @finding_id end |
#status ⇒ Object
HTTP-like status code describing the outcome for this finding.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/assignment_result.rb', line 31 def status @status end |
#title ⇒ Object
Short label describing the outcome for this finding.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/assignment_result.rb', line 34 def title @title end |