final case class AuditLog(id: ID, timestamp: Instant, releaseId: Option[Long], event: Option[argonaut.Json], category: String, action: String, login: Option[String]) extends Product with Serializable
- Source
- AuditLog.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AuditLog
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All