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

TiersListResponse

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

Tiers list response.

interface TiersListResponse {
items?: Tier[];
kind?: string;
}

§Properties

§
items?: Tier[]
[src]

List of tiers.

§
kind?: string
[src]

This is always sql#tiersList.