Node Options
Types
Link copied to clipboard
data class Builder(name: String? = null, serverUri: URI? = null, password: String? = null, regionFilter: IRegionFilter? = null, httpTimeout: Long = TIMEOUT_MS, sessionId: String? = null, httpInterceptors: MutableList<Interceptor> = mutableListOf())