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

ProjectsLocationsAppsGuardrailsCreateOptions

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

Additional options for ces#projectsLocationsAppsGuardrailsCreate.

interface ProjectsLocationsAppsGuardrailsCreateOptions {
guardrailId?: string;
}

§Properties

§
guardrailId?: string
[src]

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