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

ProjectsLocationsInstancesInventoriesListOptions

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

Additional options for OSConfig#projectsLocationsInstancesInventoriesList.

interface ProjectsLocationsInstancesInventoriesListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
view?: "INVENTORY_VIEW_UNSPECIFIED" | "BASIC" | "FULL";
}

§Properties

§
filter?: string
[src]

If provided, this field specifies the criteria that must be met by a Inventory API resource to be included in the response.

§
pageSize?: number
[src]

The maximum number of results to return.

§
pageToken?: string
[src]

A pagination token returned from a previous call to ListInventories that indicates where this listing should continue from.

§
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.