UpdateSchemaResponse constructor

UpdateSchemaResponse({
  1. String? schemaArn,
})

Implementation

UpdateSchemaResponse({
  this.schemaArn,
});