BatchUpdateSpreadsheetRequest constructor

BatchUpdateSpreadsheetRequest({
  1. bool? includeSpreadsheetInResponse,
  2. List<Request>? requests,
  3. bool? responseIncludeGridData,
  4. List<String>? responseRanges,
})

Implementation

BatchUpdateSpreadsheetRequest({
  this.includeSpreadsheetInResponse,
  this.requests,
  this.responseIncludeGridData,
  this.responseRanges,
});