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

CreateManagedShortLinkRequest

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

Request to create a managed Short Dynamic Link.

interface CreateManagedShortLinkRequest {
dynamicLinkInfo?: DynamicLinkInfo;
longDynamicLink?: string;
name?: string;
sdkVersion?: string;
suffix?: Suffix;
}

§Properties

§
dynamicLinkInfo?: DynamicLinkInfo
[src]

Information about the Dynamic Link to be shortened. Learn more.

§
name?: string
[src]

Link name to associate with the link. It's used for marketer to identify manually-created links in the Firebase console (https://console.firebase.google.com/). Links must be named to be tracked.

§
sdkVersion?: string
[src]

Google SDK version. Version takes the form "$major.$minor.$patch"

§
suffix?: Suffix
[src]

Short Dynamic Link suffix. Optional.