Status
public enum Status : BoxEnum
Status of legal hold policy
-
The policy is not in a transition state
Declaration
Swift
case active
-
That the policy is in the process of being applied
Declaration
Swift
case applying
-
That the process is in the process of being released
Declaration
Swift
case releasing
-
The policy is no longer active
Declaration
Swift
case released
-
Custom value for enum values not yet implemented in the SDK
Declaration
Swift
case customValue(String)
-
Declaration
Swift
public init(_ value: String)
-
Declaration
Swift
public var description: String { get }