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