UpdateTableColumnPropertiesRequest constructor

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

Implementation

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