ViewResult

class ViewResult(rows: List<ViewRow>, metadata: ViewMetadata)

Functions

toString
Link copied to clipboard
open override fun toString(): String

Properties

metadata
Link copied to clipboard
val metadata: ViewMetadata
rows
Link copied to clipboard
val rows: List<ViewRow>