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

ProjectsLocationsIntegrationsVersionsCreateOptions

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

Additional options for Integrations#projectsLocationsIntegrationsVersionsCreate.

interface ProjectsLocationsIntegrationsVersionsCreateOptions {
createSampleIntegrations?: boolean;
newIntegration?: boolean;
}

§Properties

§
createSampleIntegrations?: boolean
[src]

Optional. Optional. Indicates if sample workflow should be created.

§
newIntegration?: boolean
[src]

Set this flag to true, if draft version is to be created for a brand new integration. False, if the request is for an existing integration. For backward compatibility reasons, even if this flag is set to false and no existing integration is found, a new draft integration will still be created.