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

ProjectsLocationsInstancesInventoriesGetOptions

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

Additional options for OSConfig#projectsLocationsInstancesInventoriesGet.

interface ProjectsLocationsInstancesInventoriesGetOptions {
view?: "INVENTORY_VIEW_UNSPECIFIED" | "BASIC" | "FULL";
}

§Properties

§
view?: "INVENTORY_VIEW_UNSPECIFIED" | "BASIC" | "FULL"
[src]

Inventory view indicating what information should be included in the inventory resource. If unspecified, the default view is BASIC.