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