ExportSchemaResponse constructor

ExportSchemaResponse({
  1. String? content,
  2. String? schemaArn,
  3. String? schemaName,
  4. String? schemaVersion,
  5. String? type,
})

Implementation

ExportSchemaResponse({
  this.content,
  this.schemaArn,
  this.schemaName,
  this.schemaVersion,
  this.type,
});