ExternalDriveBackupPolicyState
public enum ExternalDriveBackupPolicyState : CustomStringConvertible, JSONRepresentable
The ExternalDriveBackupPolicyState union
-
External Drive Backup feature is disabled.
Declaration
Swift
case disabled
-
External Drive Backup feature is enabled.
Declaration
Swift
case enabled
-
External Drive Backup default value based on team tier.
Declaration
Swift
case default_
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }