search-client
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
search-client
search-client
/
com.jillesvangurp.ktsearch
/
Node
Node
data
class
Node
(
val
host
:
String
,
val
port
:
Int
?
)
Members
Constructors
Node
Link copied to clipboard
constructor
(
host
:
String
,
port
:
Int
?
)
Properties
host
Link copied to clipboard
val
host
:
String
port
Link copied to clipboard
val
port
:
Int
?