AutoSettings

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?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerializedName(value = "server_address")
val serverAddress: String?
Link copied to clipboard
@SerializedName(value = "setting_id")
val settingId: String
Link copied to clipboard
@SerializedName(value = "status_date")
val statusDate: LocalDateTime
Link copied to clipboard
Link copied to clipboard
@SerializedName(value = "status_type")
val statusType: AutoSettingsStatusType
Link copied to clipboard
@SerializedName(value = "setting_type")
val type: AutoSettingsType