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

DataProvider

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

Contains details of the data provider.

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

§Properties

§
name?: string
[src]

Optional. Name of the data provider.

§
primaryContact?: string
[src]

Optional. Email or URL of the data provider. Max Length: 1000 bytes.