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

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;
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.

§

Represents a row grouped by the fields in the input.

§
readonly totalSize?: bigint
[src]

Output only. The total number of rows in the entire list.

§
unreachable?: string[]
[src]

Unordered list. List of unreachable regions from where data could not be retrieved.