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

CreateContainerVersionRequestVersionOptions

import type { CreateContainerVersionRequestVersionOptions } from "https://googleapis.deno.dev/v1/tagmanager:v2.ts";

Options for new container versions.

interface CreateContainerVersionRequestVersionOptions {
name?: string;
notes?: string;
}

§Properties

§
name?: string
[src]

The name of the container version to be created.

§
notes?: string
[src]

The notes of the container version to be created.