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

GoogleAdsSearchads360V0Common__ImageDimension

import type { GoogleAdsSearchads360V0Common__ImageDimension } from "https://googleapis.deno.dev/v1/searchads360:v0.ts";

Metadata for an image at a certain size, either original or resized.

interface GoogleAdsSearchads360V0Common__ImageDimension {
heightPixels?: bigint;
url?: string;
widthPixels?: bigint;
}

§Properties

§
heightPixels?: bigint
[src]

Height of the image.

§
url?: string
[src]

A URL that returns the image with this height and width.

§
widthPixels?: bigint
[src]

Width of the image.