Google Apps Script API
    Preparing search index...
    interface InventoryItemsListResponse {
        inventoryItems?: InventoryItem[];
        kind?: string;
        nextPageToken?: string;
    }
    Index

    Properties

    inventoryItems?: InventoryItem[]
    kind?: string
    nextPageToken?: string