PublishSchemaResponse constructor

PublishSchemaResponse({
  1. String? publishedSchemaArn,
})

Implementation

PublishSchemaResponse({
  this.publishedSchemaArn,
});