UpgradeElasticsearchDomainResponse constructor

UpgradeElasticsearchDomainResponse({
  1. String? domainName,
  2. bool? performCheckOnly,
  3. String? targetVersion,
})

Implementation

UpgradeElasticsearchDomainResponse({
  this.domainName,
  this.performCheckOnly,
  this.targetVersion,
});