SyncDeletionRequest

data class SyncDeletionRequest(val type: SyncableType, val untilTimestamp: String? = null)

Represents a request to delete a syncable type

Parameters

type

The type of syncable data to delete.

untilTimestamp

An optional timestamp to indicate that only items modified before this timestamp should be deleted.

Constructors

Link copied to clipboard
constructor(type: SyncableType, untilTimestamp: String? = null)

Properties

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