kotlin-client
kotlin-client
/
com.couchbase.client.kotlin.view
/
ViewResult
View
Result
class
ViewResult
(
rows
:
List
<
ViewRow
>
,
metadata
:
ViewMetadata
)
Content copied to clipboard
Functions
Properties
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
metadata
Link copied to clipboard
val
metadata
:
ViewMetadata
Content copied to clipboard
rows
Link copied to clipboard
val
rows
:
List
<
ViewRow
>
Content copied to clipboard