-
name of model
Declaration
Swift
var name: String -
type which this model can not be a type of
Declaration
Swift
var notOfType: String -
comment for this model
Declaration
Swift
var detail: String? -
Declaration
Swift
var description: String { get }
View on GitHub
NotModel Structure Reference