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

SubscriptionsCreateOptions

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

Additional options for WorkspaceEvents#subscriptionsCreate.

interface SubscriptionsCreateOptions {
validateOnly?: boolean;
}

§Properties

§
validateOnly?: boolean
[src]

Optional. If set to true, validates and previews the request, but doesn't create the subscription.