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

GoogleCloudApihubV1Owner

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

Owner details.

interface GoogleCloudApihubV1Owner {
displayName?: string;
email?: string;
}

§Properties

§
displayName?: string
[src]

Optional. The name of the owner.

§
email?: string
[src]

Required. The email of the owner.