PivotPropertiesResponse

data class PivotPropertiesResponse(val name: String? = null, val type: String? = null)

Each pivot must contain a 'type' and 'name'.

Constructors

Link copied to clipboard
constructor(name: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Data field to show in view.

Link copied to clipboard
val type: String? = null

Data type to show in view.