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

SizesListOptions

import type { SizesListOptions } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Additional options for dfareporting#sizesList.

interface SizesListOptions {
height?: number;
iabStandard?: boolean;
ids?: bigint;
width?: number;
}

§Properties

§
height?: number
[src]

Select only sizes with this height.

§
iabStandard?: boolean
[src]

Select only IAB standard sizes.

§
ids?: bigint
[src]

Select only sizes with these IDs.

§
width?: number
[src]

Select only sizes with this width.