DataEntry

@Serializable
data class DataEntry(val key: RemoteObject, val primaryKey: RemoteObject, val value: RemoteObject)

Data entry.

Official doc

Constructors

Link copied to clipboard
constructor(key: RemoteObject, primaryKey: RemoteObject, value: RemoteObject)

Properties

Link copied to clipboard

Key object.

Link copied to clipboard

Primary key object.

Link copied to clipboard

Value object.