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

Publisher

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

Contains details of the listing publisher.

interface Publisher {
name?: string;
primaryContact?: string;
}

§Properties

§
name?: string
[src]

Optional. Name of the listing publisher.

§
primaryContact?: string
[src]

Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.