creationTime property
The creation time of this model, its value set once automatically when created in db.
Implementation
var creationTime =
DateTimeField(columnName: 'creationTime', jsonMapName: 'created_at');
The creation time of this model, its value set once automatically when created in db.
var creationTime =
DateTimeField(columnName: 'creationTime', jsonMapName: 'created_at');