UpdateTableRowPropertiesRequest constructor
UpdateTableRowPropertiesRequest({
- String? fields,
- String? objectId,
- List<
int> ? rowIndices, - TableRowProperties? tableRowProperties,
Implementation
UpdateTableRowPropertiesRequest({
this.fields,
this.objectId,
this.rowIndices,
this.tableRowProperties,
});