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

InventoryItemsListResponse

import type { InventoryItemsListResponse } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Inventory item List Response

interface InventoryItemsListResponse {
inventoryItems?: InventoryItem[];
kind?: string;
nextPageToken?: string;
}

§Properties

§
inventoryItems?: InventoryItem[]
[src]

Inventory item collection

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#inventoryItemsListResponse".

§
nextPageToken?: string
[src]

Pagination token to be used for the next list operation.