GetSchemaResponse constructor
GetSchemaResponse({
- Compatibility? compatibility,
- String? createdTime,
- DataFormat? dataFormat,
- String? description,
- int? latestSchemaVersion,
- int? nextSchemaVersion,
- String? registryArn,
- String? registryName,
- String? schemaArn,
- int? schemaCheckpoint,
- String? schemaName,
- SchemaStatus? schemaStatus,
- 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,
});