Projection

@JsonSerializable
data class Projection(val NonKeyAttributes: List<AttributeName>? = null, val ProjectionType: ProjectionType? = null)

Constructors

Link copied to clipboard
constructor(NonKeyAttributes: List<AttributeName>? = null, ProjectionType: ProjectionType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard