ObjectLockRetention constructor
ObjectLockRetention({
- ObjectLockRetentionMode? mode,
- DateTime? retainUntilDate,
Implementation
ObjectLockRetention({
this.mode,
this.retainUntilDate,
});