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

GoogleCloudChannelV1Media

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

Represents media information.

interface GoogleCloudChannelV1Media {
content?: string;
title?: string;
type?: "MEDIA_TYPE_UNSPECIFIED" | "MEDIA_TYPE_IMAGE";
}

§Properties

§
content?: string
[src]

URL of the media.

§
title?: string
[src]

Title of the media.

§
type?: "MEDIA_TYPE_UNSPECIFIED" | "MEDIA_TYPE_IMAGE"
[src]

Type of the media.