Exclude

data class Exclude(val fields: List<String>) : WithPayload

Return the whole payload except the listed keys.

Constructors

Link copied to clipboard
constructor(fields: List<String>)

Properties

Link copied to clipboard