Google Apps Script API
    Preparing search index...
    interface UpdateValuesResponse {
        spreadsheetId?: string;
        updatedCells?: number;
        updatedColumns?: number;
        updatedData?: ValueRange;
        updatedRange?: string;
        updatedRows?: number;
    }
    Index

    Properties

    spreadsheetId?: string
    updatedCells?: number
    updatedColumns?: number
    updatedData?: ValueRange
    updatedRange?: string
    updatedRows?: number