UpdateColumnStatisticsForTableResponse constructor

UpdateColumnStatisticsForTableResponse({
  1. List<ColumnStatisticsError>? errors,
})

Implementation

UpdateColumnStatisticsForTableResponse({
  this.errors,
});