Package version:

Interface InventoryItemListResult

The response of a InventoryItem list operation.

interface InventoryItemListResult {
    nextLink?: string;
    value: InventoryItem[];
}

Properties

Properties

nextLink?: string

The link to the next page of items NOTE: This property will not be serialized. It can only be populated by the server.

value: InventoryItem[]

The InventoryItem items on this page