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

DownloadSizeEvidence

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

Total download size and URL-level download size breakdown for resources in a creative.

interface DownloadSizeEvidence {
topUrlDownloadSizeBreakdowns?: UrlDownloadSize[];
totalDownloadSizeKb?: number;
}

§Properties

§
topUrlDownloadSizeBreakdowns?: UrlDownloadSize[]
[src]

Download size broken down by URLs with the top download size.

§
totalDownloadSizeKb?: number
[src]

Total download size (in kilobytes) for all the resources in the creative.