SystemFields

public protocol SystemFields : AnyObject

Sysyem Fields are available fields for entities in Contentstack.

  • uid

    The unique identifier of the entity.

    Declaration

    Swift

    var uid: String { get }
  • The title of the entity.

    Declaration

    Swift

    var title: String { get }
  • Describes the date of the entity is created.

    Declaration

    Swift

    var createdAt: Date? { get }
  • Describes the date of the entity is last updated.

    Declaration

    Swift

    var updatedAt: Date? { get }