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

Provider

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

A representation of the Provider resource.

interface Provider {
readonly displayName?: string;
readonly eventTypes?: EventType[];
readonly name?: string;
}

§Properties

§
readonly displayName?: string
[src]

Output only. Human friendly name for the Provider. For example "Cloud Storage".

§
readonly eventTypes?: EventType[]
[src]

Output only. Event types for this provider.

§
readonly name?: string
[src]

Output only. In projects/{project}/locations/{location}/providers/{provider_id} format.