DescribeDomainChangeProgressResponse constructor

DescribeDomainChangeProgressResponse({
  1. ChangeProgressStatusDetails? changeProgressStatus,
})

Implementation

DescribeDomainChangeProgressResponse({
  this.changeProgressStatus,
});