WireCellsConfigEntity

data class WireCellsConfigEntity(val backendUrl: String?, val collabora: String, val teamQuotaBytes: Long?)

Constructors

Link copied to clipboard
constructor(backendUrl: String?, collabora: String, teamQuotaBytes: Long?)

Properties

Link copied to clipboard
val backendUrl: String?
Link copied to clipboard
val collabora: String
Link copied to clipboard
val teamQuotaBytes: Long?