TableProjection

data class TableProjection(val nonKeyAttributes: List<String>? = null, val projectionType: String? = null)

Constructors

Link copied to clipboard
fun TableProjection(nonKeyAttributes: List<String>? = null, projectionType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val projectionType: String? = null