UpdateTableCellPropertiesRequest constructor

UpdateTableCellPropertiesRequest({
  1. String? fields,
  2. String? objectId,
  3. TableCellProperties? tableCellProperties,
  4. TableRange? tableRange,
})

Implementation

UpdateTableCellPropertiesRequest({
  this.fields,
  this.objectId,
  this.tableCellProperties,
  this.tableRange,
});