DBTEAMLegalHoldStatusTag
Objective-C
enum DBTEAMLegalHoldStatusTag : NSInteger {}
Swift
@frozen enum DBTEAMLegalHoldStatusTag : Int, @unchecked Sendable
The DBTEAMLegalHoldStatusTag enum type represents the possible tag states
with which the DBTEAMLegalHoldStatus union can exist.
-
The legal hold policy is active.
Declaration
Objective-C
DBTEAMLegalHoldStatusActiveSwift
case active = 0 -
The legal hold policy was released.
Declaration
Objective-C
DBTEAMLegalHoldStatusReleasedSwift
case released = 1 -
The legal hold policy is activating.
Declaration
Objective-C
DBTEAMLegalHoldStatusActivatingSwift
case activating = 2 -
The legal hold policy is updating.
Declaration
Objective-C
DBTEAMLegalHoldStatusUpdatingSwift
case updating = 3 -
The legal hold policy is exporting.
Declaration
Objective-C
DBTEAMLegalHoldStatusExportingSwift
case exporting = 4 -
The legal hold policy is releasing.
Declaration
Objective-C
DBTEAMLegalHoldStatusReleasingSwift
case releasing = 5 -
(no description).
Declaration
Objective-C
DBTEAMLegalHoldStatusOtherSwift
case other = 6
View on GitHub
DBTEAMLegalHoldStatusTag Enumeration Reference