EntryFields
public protocol EntryFields : SystemFields
The Protocol for creating Entry model.
-
The code for currently selected locale.
Declaration
Swift
var locale: String { get }
-
Describes the unique identifier of user who created the entity.
Declaration
Swift
var createdBy: String? { get }
-
Describes the unique identifier of user who last updated the entity.
Declaration
Swift
var updatedBy: String? { get }