SchemaVersionListItem constructor

SchemaVersionListItem({
  1. String? createdTime,
  2. String? schemaArn,
  3. String? schemaVersionId,
  4. SchemaVersionStatus? status,
  5. int? versionNumber,
})

Implementation

SchemaVersionListItem({
  this.createdTime,
  this.schemaArn,
  this.schemaVersionId,
  this.status,
  this.versionNumber,
});