BatchUpdatePartitionFailureEntry constructor

BatchUpdatePartitionFailureEntry({
  1. ErrorDetail? errorDetail,
  2. List<String>? partitionValueList,
})

Implementation

BatchUpdatePartitionFailureEntry({
  this.errorDetail,
  this.partitionValueList,
});