Auto Settings
data class AutoSettings(val settingId: String, val name: String, val type: AutoSettingsType, val description: String, val date: LocalDateTime, val contributors: String, val statusType: AutoSettingsStatusType, val statusDate: LocalDateTime, val serverAddress: String?)
Constructors
Link copied to clipboard
constructor(settingId: String, name: String, type: AutoSettingsType, description: String, date: LocalDateTime, contributors: String, statusType: AutoSettingsStatusType, statusDate: LocalDateTime, serverAddress: String?)