DetectionWithSamples

Contains a detection plus a single level of nested (predecessor) detections.

JSON representation
{
  "detection": {
    object (Collection)
  },
  "nested_detections": [
    {
      object (Collection)
    }
  ]
}
Fields
detection

object (Collection)

The detection, which may have been triggered by other detections.

nested_detections[]

object (Collection)

The nested detections, meaning detections that the rule that generated the detection was triggered by. The detections listed here are the full detections that correspond to the IDs in the detection.collection_elements.references.id field of the parent detection above.