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

Size

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

Represents the dimensions of ads, placements, creatives, or creative assets.

interface Size {
height?: number;
iab?: boolean;
id?: bigint;
kind?: string;
width?: number;
}

§Properties

§
height?: number
[src]

Height of this size. Acceptable values are 0 to 32767, inclusive.

§
iab?: boolean
[src]

IAB standard size. This is a read-only, auto-generated field.

§
id?: bigint
[src]

ID of this size. This is a read-only, auto-generated field.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#size".

§
width?: number
[src]

Width of this size. Acceptable values are 0 to 32767, inclusive.