AggregateFleetResponse
import type { AggregateFleetResponse } from "https://googleapis.deno.dev/v1/databasecenter:v1beta.ts";The response message to aggregate a fleet by some group by fields.
interface AggregateFleetResponse {
nextPageToken?: string;
resourceGroupsTotalCount?: number;
resourceTotalCount?: number;
rows?: AggregateFleetRow[];
readonly totalSize?: bigint;
unreachable?: string[];
}§Properties
§
nextPageToken?: string
[src]A token that can be sent as page_token to retrieve the next page. If
this field is omitted, there are no subsequent pages.
§
resourceGroupsTotalCount?: number
[src]Count of all resource groups in the fleet. This includes counts from all pages.
§
resourceTotalCount?: number
[src]Count of all resources in the fleet. This includes counts from all pages.
§
rows?: AggregateFleetRow[]
[src]Represents a row grouped by the fields in the input.