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

ListOSImagesResponse

import type { ListOSImagesResponse } from "https://googleapis.deno.dev/v1/baremetalsolution:v2.ts";

Request for getting all available OS images.

interface ListOSImagesResponse {
nextPageToken?: string;
osImages?: OSImage[];
}

§Properties

§
nextPageToken?: string
[src]

Token to retrieve the next page of results, or empty if there are no more results in the list.

§
osImages?: OSImage[]
[src]

The OS images available.