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

UrlDownloadSize

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

The URL-level breakdown for the download size.

interface UrlDownloadSize {
downloadSizeKb?: number;
normalizedUrl?: string;
}

§Properties

§
downloadSizeKb?: number
[src]

Download size of the URL in kilobytes.

§
normalizedUrl?: string
[src]

The normalized URL with query parameters and fragment removed.