BatchGetValuesByDataFilterResponse constructor

BatchGetValuesByDataFilterResponse({
  1. String? spreadsheetId,
  2. List<MatchedValueRange>? valueRanges,
})

Implementation

BatchGetValuesByDataFilterResponse({
  this.spreadsheetId,
  this.valueRanges,
});