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

ListInventoriesResponse

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

A response message for listing inventory data for all VMs in a specified location.

interface ListInventoriesResponse {
inventories?: Inventory[];
nextPageToken?: string;
}

§Properties

§
inventories?: Inventory[]
[src]

List of inventory objects.

§
nextPageToken?: string
[src]

The pagination token to retrieve the next page of inventory objects.