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

DatabasesListResponse

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

Database list response.

interface DatabasesListResponse {
items?: Database[];
kind?: string;
}

§Properties

§
items?: Database[]
[src]

List of database resources in the instance.

§
kind?: string
[src]

This is always sql#databasesList.