DeleteSchemaVersionsResponse constructor

DeleteSchemaVersionsResponse({
  1. List<SchemaVersionErrorItem>? schemaVersionErrors,
})

Implementation

DeleteSchemaVersionsResponse({
  this.schemaVersionErrors,
});