AppendValuesResponse constructor
AppendValuesResponse({
- String? spreadsheetId,
- String? tableRange,
- UpdateValuesResponse? updates,
Implementation
AppendValuesResponse({
this.spreadsheetId,
this.tableRange,
this.updates,
});