RetentionLockType
public enum RetentionLockType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case compliance = "COMPLIANCE" -
Undocumented
Declaration
Swift
case governance = "GOVERNANCE" -
Undocumented
Declaration
Swift
case none = "NONE" -
Declaration
Swift
public var description: String { get }
View on GitHub
RetentionLockType Enumeration Reference