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

ProjectsPatchDeploymentsCreateOptions

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

Additional options for OSConfig#projectsPatchDeploymentsCreate.

interface ProjectsPatchDeploymentsCreateOptions {
patchDeploymentId?: string;
}

§Properties

§
patchDeploymentId?: string
[src]

Required. A name for the patch deployment in the project. When creating a name the following rules apply: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the project.