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

GoogleAdsSearchads360V0Common__ImageAsset

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

An Image asset.

interface GoogleAdsSearchads360V0Common__ImageAsset {
fileSize?: bigint;
mimeType?:
| "UNSPECIFIED"
| "UNKNOWN"
| "IMAGE_JPEG"
| "IMAGE_GIF"
| "IMAGE_PNG"
| "FLASH"
| "TEXT_HTML"
| "PDF"
| "MSWORD"
| "MSEXCEL"
| "RTF"
| "AUDIO_WAV"
| "AUDIO_MP3"
| "HTML5_AD_ZIP";
}

§Properties

§
fileSize?: bigint
[src]

File size of the image asset in bytes.

§

Metadata for this image at its original size.

§
mimeType?: "UNSPECIFIED" | "UNKNOWN" | "IMAGE_JPEG" | "IMAGE_GIF" | "IMAGE_PNG" | "FLASH" | "TEXT_HTML" | "PDF" | "MSWORD" | "MSEXCEL" | "RTF" | "AUDIO_WAV" | "AUDIO_MP3" | "HTML5_AD_ZIP"
[src]

MIME type of the image asset.