Required Associated Typemongokitten 7.9.5Meow
Identifier
Model.swift:16associatedtype Identifier : PrimitiveEncodable, Decodable, Encodable, Hashable
Other requirements
Type members
static var collectionName: String
The collection name instances of the model live in. A default implementation is provided.
Instance members
Show implementation details (1)
Hide implementation details
var _id: Identifier
The
_id
of the model. This property MUST be encoded with_id
as key