SyncPatchResponse

data class SyncPatchResponse(val type: DeletableType, val entryIds: List<String>)

Represents a response to a patch request.

Parameters

type

The type of data that was updated.

entryIds

The IDs of entries that were sent, for race-safe cleanup by the caller.

Constructors

Link copied to clipboard
constructor(type: DeletableType, entryIds: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard