DescribeCopyProductStatusOutput constructor
DescribeCopyProductStatusOutput({
- CopyProductStatus? copyProductStatus,
- String? statusDetail,
- String? targetProductId,
Implementation
DescribeCopyProductStatusOutput({
this.copyProductStatus,
this.statusDetail,
this.targetProductId,
});