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

GroupResult

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

Result containing the properties and count of a groupBy request.

interface GroupResult {
count?: bigint;
properties?: {
[key: string]: any;
}
;
}

§Properties

§
count?: bigint
[src]

Total count of resources for the given properties.

§
properties?: {
[key: string]: any;
}
[src]

Properties matching the groupBy fields in the request.