GetSchemaResponse constructor

GetSchemaResponse({
  1. Compatibility? compatibility,
  2. String? createdTime,
  3. DataFormat? dataFormat,
  4. String? description,
  5. int? latestSchemaVersion,
  6. int? nextSchemaVersion,
  7. String? registryArn,
  8. String? registryName,
  9. String? schemaArn,
  10. int? schemaCheckpoint,
  11. String? schemaName,
  12. SchemaStatus? schemaStatus,
  13. String? updatedTime,
})

Implementation

GetSchemaResponse({
  this.compatibility,
  this.createdTime,
  this.dataFormat,
  this.description,
  this.latestSchemaVersion,
  this.nextSchemaVersion,
  this.registryArn,
  this.registryName,
  this.schemaArn,
  this.schemaCheckpoint,
  this.schemaName,
  this.schemaStatus,
  this.updatedTime,
});