UpdateTableColumnPropertiesRequest constructor
UpdateTableColumnPropertiesRequest({
- List<
int> ? columnIndices, - String? fields,
- TableColumnProperties? tableColumnProperties,
- Location? tableStartLocation,
Implementation
UpdateTableColumnPropertiesRequest({
this.columnIndices,
this.fields,
this.tableColumnProperties,
this.tableStartLocation,
});