UpdateTableColumnPropertiesRequest constructor

UpdateTableColumnPropertiesRequest({
  1. List<int>? columnIndices,
  2. String? fields,
  3. String? objectId,
  4. TableColumnProperties? tableColumnProperties,
})

Implementation

UpdateTableColumnPropertiesRequest({
  this.columnIndices,
  this.fields,
  this.objectId,
  this.tableColumnProperties,
});