EntryPreview

@Serializable
data class EntryPreview(val key: ObjectPreview? = null, val value: ObjectPreview)

(undocumented in the protocol definition)

Official doc

Constructors

Link copied to clipboard
constructor(key: ObjectPreview? = null, value: ObjectPreview)

Properties

Link copied to clipboard
val key: ObjectPreview? = null

Preview of the key. Specified for map-like collection entries.

Link copied to clipboard

Preview of the value.