UpgradeDomainResponse constructor

UpgradeDomainResponse({
  1. Map<String, String>? advancedOptions,
  2. ChangeProgressDetails? changeProgressDetails,
  3. String? domainName,
  4. bool? performCheckOnly,
  5. String? targetVersion,
  6. String? upgradeId,
})

Implementation

UpgradeDomainResponse({
  this.advancedOptions,
  this.changeProgressDetails,
  this.domainName,
  this.performCheckOnly,
  this.targetVersion,
  this.upgradeId,
});