SyncPatchRequest

data class SyncPatchRequest(val type: DeletableType, val jsonString: String)

Represents a request to update individual entries for a deletable type.

Parameters

type

The type of data to update.

jsonString

A JSON array string of entries to send (e.g. {"id":"x","deleted":"..."}).

Constructors

Link copied to clipboard
constructor(type: DeletableType, jsonString: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard