Synced Resource Entity
data class SyncedResourceEntity(resourceType: <ERROR CLASS>, lastUpdate: String)
Content copied to clipboard
Class that models a table that holds all resource types that were synced and the highest _lastUpdate
value of each resource type.
Constructors
Link copied to clipboard
fun SyncedResourceEntity(resourceType: <ERROR CLASS>, lastUpdate: String)
Content copied to clipboard