SyncedResourceEntity

data class SyncedResourceEntity(resourceType: <ERROR CLASS>, lastUpdate: String)

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)

Properties

Link copied to clipboard
val lastUpdate: String

The highest _lastUpdate value of the resources synced of a specific type

Link copied to clipboard
val resourceType: <ERROR CLASS>

Resource synced