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

ProjectsLocationsTriggersCreateOptions

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

Additional options for Eventarc#projectsLocationsTriggersCreate.

interface ProjectsLocationsTriggersCreateOptions {
triggerId?: string;
validateOnly?: boolean;
}

§Properties

§
triggerId?: string
[src]

Required. The user-provided ID to be assigned to the trigger.

§
validateOnly?: boolean
[src]

Optional. If set, validate the request and preview the review, but do not post it.