ApplyWritesCreate

data class ApplyWritesCreate(val collection: Nsid, val rkey: String? = null, val value: JsonContent)

Operation which creates a new record.

Constructors

Link copied to clipboard
constructor(collection: Nsid, rkey: String? = null, value: JsonContent)

Properties

Link copied to clipboard
Link copied to clipboard
val rkey: String? = null
Link copied to clipboard