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

UsersDeleteOptions

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

Additional options for SQLAdmin#usersDelete.

interface UsersDeleteOptions {
host?: string;
name?: string;
}

§Properties

§
host?: string
[src]

Host of the user in the instance.

§
name?: string
[src]

Name of the user in the instance.