UpgradeAppliedSchemaResponse constructor

UpgradeAppliedSchemaResponse({
  1. String? directoryArn,
  2. String? upgradedSchemaArn,
})

Implementation

UpgradeAppliedSchemaResponse({
  this.directoryArn,
  this.upgradedSchemaArn,
});