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

ProjectsLocationsAppsVersionsCreateOptions

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

Additional options for ces#projectsLocationsAppsVersionsCreate.

interface ProjectsLocationsAppsVersionsCreateOptions {
appVersionId?: string;
}

§Properties

§
appVersionId?: string
[src]

Optional. The ID to use for the app version, which will become the final component of the app version's resource name. If not provided, a unique ID will be automatically assigned for the app version.