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

ValueValidation

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

Validation based on a list of allowed values.

interface ValueValidation {
values?: string[];
}

§Properties

§
values?: string[]
[src]

Required. List of allowed values for the parameter.