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