ViewResult

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

Constructors

Link copied to clipboard
constructor(rows: List<ViewRow>, metadata: ViewMetadata)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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