DescribeCopyProductStatusOutput constructor

DescribeCopyProductStatusOutput({
  1. CopyProductStatus? copyProductStatus,
  2. String? statusDetail,
  3. String? targetProductId,
})

Implementation

DescribeCopyProductStatusOutput({
  this.copyProductStatus,
  this.statusDetail,
  this.targetProductId,
});