Entry

uk.gov.hmrc.play.audit.model.TruncationLog.Entry
case class Entry(truncatedFields: List[String], timestamp: Instant) extends TruncationLog

Attributes

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

Members list

Value members

Inherited methods

final def asEntry: Option[Entry]

Attributes

Inherited from:
TruncationLog
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product