Self Report Data
class SelfReportData(var facilities: List<Facility> = emptyList(), var selfReportMonths: List<SelfReportMonth> = emptyList(), var statusMessage: String? = null)
Data class representing the self-report data.
Constructors
Link copied to clipboard
constructor(facilities: List<Facility> = emptyList(), selfReportMonths: List<SelfReportMonth> = emptyList(), statusMessage: String? = null)