History

org.mbari.vars.migration.services.History
case class History(concept: String, creationTimestamp: Instant, creatorName: String, action: Option[String] = ..., field: Option[String] = ..., oldValue: Option[String] = ..., newValue: Option[String] = ..., approved: Boolean = ..., processedTimestamp: Option[Instant] = ..., processorName: Option[String] = ...)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val stringValue: String