ApplySchemaResponse constructor

ApplySchemaResponse({
  1. String? appliedSchemaArn,
  2. String? directoryArn,
})

Implementation

ApplySchemaResponse({
  this.appliedSchemaArn,
  this.directoryArn,
});