DBTEAMExcludedUsersUpdateStatusTag
Objective-C
enum DBTEAMExcludedUsersUpdateStatusTag : NSInteger {}
Swift
@frozen enum DBTEAMExcludedUsersUpdateStatusTag : Int, @unchecked Sendable
The DBTEAMExcludedUsersUpdateStatusTag enum type represents the possible
tag states with which the DBTEAMExcludedUsersUpdateStatus union can exist.
-
Update successful.
Declaration
Objective-C
DBTEAMExcludedUsersUpdateStatusSuccessSwift
case success = 0 -
(no description).
Declaration
Objective-C
DBTEAMExcludedUsersUpdateStatusOtherSwift
case other = 1
View on GitHub
DBTEAMExcludedUsersUpdateStatusTag Enumeration Reference