OBJECT
AnalyzerGroupResult
link GraphQL Schema definition
- type AnalyzerGroupResult {
- : AnalyzerGroup!
- : [AnalyzerResult!]!
- : Hits!
- # Represents the total number of hits for the analyzer group, including sensitive
- # and non-sensitive hits.
- : Hits
- }