OBJECT
ArtifactVulnerabilityEntityAggregationBucket
Aggregation bucket returned in aggregation query
link GraphQL Schema definition
- type ArtifactVulnerabilityEntityAggregationBucket implements CommonAggregationItem {
- # Count of this aggregation , may be null if nested aggregation is requested. This
- # will contain the count only for leaf level aggregation
- Long! :
- # This will contain sub aggregations if requested
- ArtifactVulnerabilityEntityAggregationItems!] : [
- # Actual value of the field requested
- String! :
- }