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

QueryDatabaseResourceGroupsResponse

import type { QueryDatabaseResourceGroupsResponse } from "https://googleapis.deno.dev/v1/databasecenter:v1beta.ts";

QueryDatabaseResourceGroupsResponse represents the response message containing a list of resource groups.

interface QueryDatabaseResourceGroupsResponse {
nextPageToken?: string;
resourceGroups?: DatabaseResourceGroup[];
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.

§
resourceGroups?: DatabaseResourceGroup[]
[src]

List of database resource groups that pass the filter.

§
readonly totalSize?: bigint
[src]

Output only. The total number of resource groups in the entire list.

§
unreachable?: string[]
[src]

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