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

UpdateSchemaRequest

import type { UpdateSchemaRequest } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";
interface UpdateSchemaRequest {
debugOptions?: DebugOptions;
schema?: Schema;
validateOnly?: boolean;
}

§Properties

§
debugOptions?: DebugOptions
[src]

Common debug options.

§
schema?: Schema
[src]

The new schema for the source.

§
validateOnly?: boolean
[src]

If true, the schema will be checked for validity, but will not be registered with the data source, even if valid.