toggle menu
kotlin-client
JVM
switch theme
search in API
kotlin-client
/
com.couchbase.client.kotlin.manager.view
/
View
View
class
View
(
val
map
:
String
,
val
reduce
:
String
?
=
null
)
Members
Constructors
View
Link copied to clipboard
constructor
(
map
:
String
,
reduce
:
String
?
=
null
)
Properties
map
Link copied to clipboard
val
map
:
String
reduce
Link copied to clipboard
val
reduce
:
String
?
=
null
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String