SelfReportData

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)

Properties

Link copied to clipboard

List of self-report locations.

Link copied to clipboard

List of self-report months.

Link copied to clipboard

Optional status message.

Functions

Link copied to clipboard
open override fun toString(): String