ContentSysPersistable
public protocol ContentSysPersistable : NSObject
Base protocol for all AssetPersistable and EntryPersistable.
-
The unique identifier of the Resource.
Declaration
Swift
var id: String { get set } -
The code which represents which locale the Resource of interest contains data for.
Declaration
Swift
var localeCode: String? { get set } -
The date representing the last time the Contentful Resource was updated.
Declaration
Swift
var updatedAt: Date? { get set } -
The date that the Contentful Resource was first created.
Declaration
Swift
var createdAt: Date? { get set }
View on GitHub
ContentSysPersistable Protocol Reference