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

FlagsListResponse

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

Flags list response.

interface FlagsListResponse {
items?: Flag[];
kind?: string;
}

§Properties

§
items?: Flag[]
[src]

List of flags.

§
kind?: string
[src]

This is always sql#flagsList.