FullAccountEntity

data class FullAccountEntity(val info: AccountInfoEntity, val serverConfigId: String, val ssoId: SsoIdEntity?, val persistentWebSocketStatusEntity: PersistentWebSocketStatusEntity, val managedBy: ManagedByEntity?, val nomadServiceUrl: String? = null)

Constructors

Link copied to clipboard
constructor(info: AccountInfoEntity, serverConfigId: String, ssoId: SsoIdEntity?, persistentWebSocketStatusEntity: PersistentWebSocketStatusEntity, managedBy: ManagedByEntity?, nomadServiceUrl: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val nomadServiceUrl: String? = null
Link copied to clipboard
val serverConfigId: String
Link copied to clipboard