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

UsersListResponse

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

User list response.

interface UsersListResponse {
items?: User[];
kind?: string;
nextPageToken?: string;
}

§Properties

§
items?: User[]
[src]

List of user resources in the instance.

§
kind?: string
[src]

This is always sql#usersList.

§
nextPageToken?: string
[src]

Unused.