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

ManagedShortLink

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

Managed Short Link.

interface ManagedShortLink {
creationTime?: Date;
flaggedAttribute?: "UNSPECIFIED_ATTRIBUTE" | "SPAM"[];
link?: string;
linkName?: string;
visibility?:
| "UNSPECIFIED_VISIBILITY"
| "UNARCHIVED"
| "ARCHIVED"
| "NEVER_SHOWN";
}

§Properties

§
creationTime?: Date
[src]

Creation timestamp of the short link.

§
flaggedAttribute?: "UNSPECIFIED_ATTRIBUTE" | "SPAM"[]
[src]

Attributes that have been flagged about this short url.

§

Full Dyamic Link info

§
linkName?: string
[src]

Link name defined by the creator. Required.

§
visibility?: "UNSPECIFIED_VISIBILITY" | "UNARCHIVED" | "ARCHIVED" | "NEVER_SHOWN"
[src]

Visibility status of link.