SyncDeletionResponse

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

Represents a response to a sync deletion request.

Parameters

type

The type of syncable data that was deleted.

untilTimestamp

The timestamp provided in @SyncDeletionRequest indicating the last modified timestamp up until which deletions should be performed.

Constructors

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

Properties

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