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

SyncFlags

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

Initial sync flags for certain Cloud SQL APIs. Currently used for the MySQL external server initial dump.

interface SyncFlags {
name?: string;
value?: string;
}

§Properties

§
name?: string
[src]

The name of the flag.

§
value?: string
[src]

The value of the flag. This field must be omitted if the flag doesn't take a value.