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

CreateShortDynamicLinkRequest

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

Request to create a short Dynamic Link.

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

§Properties

§
dynamicLinkInfo?: DynamicLinkInfo
[src]

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

§
sdkVersion?: string
[src]

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

§
suffix?: Suffix
[src]

Short Dynamic Link suffix. Optional.