works.iterative.sqldb.postgresql.MessageCatalogue
See theMessageCatalogue companion object
case class MessageCatalogue(id: Option[Long], messageKey: String, language: String, messageText: String, description: Option[String], createdAt: Instant, updatedAt: Instant, createdBy: Option[String], updatedBy: Option[String])
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article