fields property
The fields that should be updated.
At least one field must be specified. The root tableRowProperties is
implied and should not be specified. A single "*" can be used as
short-hand for listing every field. For example to update the minimum row
height, set fields to "min_row_height". If '"min_row_height"' is
included in the field mask but the property is left unset, the minimum row
height will default to 0.
Implementation
core.String? fields;