SchemaVersionListItem constructor
SchemaVersionListItem({
- String? createdTime,
- String? schemaArn,
- String? schemaVersionId,
- SchemaVersionStatus? status,
- int? versionNumber,
Implementation
SchemaVersionListItem({
this.createdTime,
this.schemaArn,
this.schemaVersionId,
this.status,
this.versionNumber,
});