CorvusModel
public protocol CorvusModel: Model, Content
where IDValue: LosslessStringConvertible
A protocol that wraps both Model
and Content
for convenience and is used
to define all models that are used in database persistency and in network
communication.
-
deletedTimestamp
Extension methodThe timestamp at which a
CorvusModel
was soft deleted.Declaration
Swift
static var deletedTimestamp: Timestamp<DefaultTimestampFormat>? { get }