case class VerificationLevel(oldValue: Option[data.VerificationLevel], newValue: Option[data.VerificationLevel]) extends AuditLogChange[data.VerificationLevel] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- VerificationLevel
- Serializable
- Product
- Equals
- AuditLogChange
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new VerificationLevel(oldValue: Option[data.VerificationLevel], newValue: Option[data.VerificationLevel])
Value Members
- val newValue: Option[data.VerificationLevel]
The new value
The new value
- Definition Classes
- VerificationLevel → AuditLogChange
- val oldValue: Option[data.VerificationLevel]
The old value
The old value
- Definition Classes
- VerificationLevel → AuditLogChange
- def productElementNames: Iterator[String]
- Definition Classes
- Product