DescribeCopyJobOutput constructor

DescribeCopyJobOutput({
  1. CopyJob? copyJob,
})

Implementation

DescribeCopyJobOutput({
  this.copyJob,
});