FullAccountEntity

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val serverConfigId: String
Link copied to clipboard