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

ListSupportedDatabaseFlagsResponse

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

Message for response to listing SupportedDatabaseFlags.

interface ListSupportedDatabaseFlagsResponse {
nextPageToken?: string;
supportedDatabaseFlags?: SupportedDatabaseFlag[];
}

§Properties

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return.

§
supportedDatabaseFlags?: SupportedDatabaseFlag[]
[src]

The list of SupportedDatabaseFlags.