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

UsersUpdateOptions

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

Additional options for SQLAdmin#usersUpdate.

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

§Properties

§
host?: string
[src]

Optional. Host of the user in the instance.

§
name?: string
[src]

Name of the user in the instance.