Report

data class Report(val id: Long, val submission_id: Long, val pipeline_results: String)

Constructors

Link copied to clipboard
constructor(id: Long, submission_id: Long, pipeline_results: String)

Properties

Link copied to clipboard
val id: Long
Link copied to clipboard
Link copied to clipboard