Single

@Serializable
@SerialName(value = "Single")
data class Single(val dataId: String) : AccessModeSchema

One entry by id — on GetData, a null value fails the whole reading with DataNotFoundException.

Constructors

Link copied to clipboard
constructor(dataId: String)

Properties

Link copied to clipboard
@SerialName(value = "dataId")
val dataId: String

id of the entry to read/delete.