ContentSysPersistable
Undocumented
-
The unique identifier of the Resource.
Declaration
Swift
var id: String -
The date representing the last time the Contentful Resource was updated.
Declaration
Swift
var updatedAt: Date? -
The date that the Contentful Resource was first created.
Declaration
Swift
var createdAt: Date? -
The code which represents which locale the Resource of interest contains data for.
Declaration
Swift
var localeCode: String
ContentSysPersistable Protocol Reference