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

ResourceDescriptor

import type { ResourceDescriptor } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";
interface ResourceDescriptor {
annotations?: {
[key: string]: any;
}
;
content?: Uint8Array;
digest?: {
[key: string]: string;
}
;
downloadLocation?: string;
mediaType?: string;
name?: string;
uri?: string;
}

§Properties

§
annotations?: {
[key: string]: any;
}
[src]
§
content?: Uint8Array
[src]
§
digest?: {
[key: string]: string;
}
[src]
§
downloadLocation?: string
[src]
§
mediaType?: string
[src]
§
name?: string
[src]
§
uri?: string
[src]