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