UpdateTableBorderPropertiesRequest constructor

UpdateTableBorderPropertiesRequest({
  1. String? borderPosition,
  2. String? fields,
  3. String? objectId,
  4. TableBorderProperties? tableBorderProperties,
  5. TableRange? tableRange,
})

Implementation

UpdateTableBorderPropertiesRequest({
  this.borderPosition,
  this.fields,
  this.objectId,
  this.tableBorderProperties,
  this.tableRange,
});