CreateSchemaResponse constructor

CreateSchemaResponse({
  1. Compatibility? compatibility,
  2. DataFormat? dataFormat,
  3. String? description,
  4. int? latestSchemaVersion,
  5. int? nextSchemaVersion,
  6. String? registryArn,
  7. String? registryName,
  8. String? schemaArn,
  9. int? schemaCheckpoint,
  10. String? schemaName,
  11. SchemaStatus? schemaStatus,
  12. String? schemaVersionId,
  13. SchemaVersionStatus? schemaVersionStatus,
  14. Map<String, String>? tags,
})

Implementation

CreateSchemaResponse({
  this.compatibility,
  this.dataFormat,
  this.description,
  this.latestSchemaVersion,
  this.nextSchemaVersion,
  this.registryArn,
  this.registryName,
  this.schemaArn,
  this.schemaCheckpoint,
  this.schemaName,
  this.schemaStatus,
  this.schemaVersionId,
  this.schemaVersionStatus,
  this.tags,
});