UpdateSchemaResponse constructor

UpdateSchemaResponse({
  1. String? registryName,
  2. String? schemaArn,
  3. String? schemaName,
})

Implementation

UpdateSchemaResponse({
  this.registryName,
  this.schemaArn,
  this.schemaName,
});