Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GroupFindingsResponse

import type { GroupFindingsResponse } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

Response message for group by findings.

interface GroupFindingsResponse {
groupByResults?: GroupResult[];
nextPageToken?: string;
readTime?: Date;
totalSize?: number;
}

§Properties

§
groupByResults?: GroupResult[]
[src]

Group results. There exists an element for each existing unique combination of property/values. The element contains a count for the number of times those specific property/values appear.

§
nextPageToken?: string
[src]

Token to retrieve the next page of results, or empty if there are no more results.

§
readTime?: Date
[src]

Time used for executing the groupBy request.

§
totalSize?: number
[src]

The total number of results matching the query.