Google Apps Script API
    Preparing search index...
    interface InventoryItemsCollection {
        get(profileId: string, projectId: string, id: string): InventoryItem;
        list(profileId: string, projectId: string): InventoryItemsListResponse;
        list(
            profileId: string,
            projectId: string,
            optionalArgs: object,
        ): InventoryItemsListResponse;
    }
    Index

    Methods

    Methods