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

IntegrationDetails

import type { IntegrationDetails } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Integration details of an entry.

interface IntegrationDetails {
details?: string;
integrationCode?: string;
}

§Properties

§
details?: string
[src]

Additional details of the entry in string format. Must be UTF-8 encoded with a length of no more than 1000 characters.

§
integrationCode?: string
[src]

An external identifier to be associated with the entry. The integration code will show up together with the entry in many places in the system, for example, reporting. Must be UTF-8 encoded with a length of no more than 500 characters.