BatchUpdatePartitionFailureEntry constructor
BatchUpdatePartitionFailureEntry({
- ErrorDetail? errorDetail,
- List<
String> ? partitionValueList,
Implementation
BatchUpdatePartitionFailureEntry({
this.errorDetail,
this.partitionValueList,
});