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

SubmitConfigSourceRequest

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

Request message for SubmitConfigSource method.

interface SubmitConfigSourceRequest {
configSource?: ConfigSource;
validateOnly?: boolean;
}

§Properties

§
configSource?: ConfigSource
[src]

Required. The source configuration for the service.

§
validateOnly?: boolean
[src]

Optional. If set, this will result in the generation of a google.api.Service configuration based on the ConfigSource provided, but the generated config and the sources will NOT be persisted.