Google Apps Script API
    Preparing search index...
    interface BatchUpdateSpreadsheetRequest {
        includeSpreadsheetInResponse?: boolean;
        requests?: GoogleAppsScript.Sheets.Schema.Request[];
        responseIncludeGridData?: boolean;
        responseRanges?: string[];
    }
    Index

    Properties

    includeSpreadsheetInResponse?: boolean
    responseIncludeGridData?: boolean
    responseRanges?: string[]