LegalHoldStatus
public enum LegalHoldStatus : CustomStringConvertible, JSONRepresentable
The LegalHoldStatus union
-
The legal hold policy is active.
Declaration
Swift
case active -
The legal hold policy was released.
Declaration
Swift
case released -
The legal hold policy is activating.
Declaration
Swift
case activating -
The legal hold policy is updating.
Declaration
Swift
case updating -
The legal hold policy is exporting.
Declaration
Swift
case exporting -
The legal hold policy is releasing.
Declaration
Swift
case releasing -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
LegalHoldStatus Enumeration Reference