DBTEAMLOGComputerBackupPolicyTag
Objective-C
enum DBTEAMLOGComputerBackupPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGComputerBackupPolicyTag : Int, @unchecked Sendable
The DBTEAMLOGComputerBackupPolicyTag enum type represents the possible tag
states with which the DBTEAMLOGComputerBackupPolicy union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGComputerBackupPolicyDefault_Swift
case default_ = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGComputerBackupPolicyDisabledSwift
case disabled = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGComputerBackupPolicyEnabledSwift
case enabled = 2 -
(no description).
Declaration
Objective-C
DBTEAMLOGComputerBackupPolicyOtherSwift
case other = 3
View on GitHub
DBTEAMLOGComputerBackupPolicyTag Enumeration Reference