RoomAccount

constructor(id: Long = 0, olmPickleKey: String? = null, baseUrl: String? = null, userId: UserId? = null, deviceId: String? = null, accessToken: String? = null, refreshToken: String? = null, syncBatchToken: String? = null, filter: String? = null, profile: String? = null, isLocked: Boolean = false)