BatchGetValuesByDataFilterResponse constructor
BatchGetValuesByDataFilterResponse({
- String? spreadsheetId,
- List<
MatchedValueRange> ? valueRanges,
Implementation
BatchGetValuesByDataFilterResponse({
this.spreadsheetId,
this.valueRanges,
});