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

CreativeDimensions

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

The dimensions of a creative. This applies to only HTML and Native creatives.

interface CreativeDimensions {
height?: bigint;
width?: bigint;
}

§Properties

§
height?: bigint
[src]

The height of the creative in pixels.

§
width?: bigint
[src]

The width of the creative in pixels.