DBTEAMMembersGetInfoItemV2Tag
Objective-C
enum DBTEAMMembersGetInfoItemV2Tag : NSInteger {}
Swift
@frozen enum DBTEAMMembersGetInfoItemV2Tag : Int, @unchecked Sendable
The DBTEAMMembersGetInfoItemV2Tag enum type represents the possible tag
states with which the DBTEAMMembersGetInfoItemV2 union can exist.
-
An ID that was provided as a parameter to
membersGetInfoormembersGetInfo, and did not match a corresponding user. This might be a team_member_id, an email, or an external ID, depending on how the method was called.Declaration
Objective-C
DBTEAMMembersGetInfoItemV2IdNotFoundSwift
case idNotFound = 0 -
Info about a team member.
Declaration
Objective-C
DBTEAMMembersGetInfoItemV2MemberInfoSwift
case memberInfo = 1 -
(no description).
Declaration
Objective-C
DBTEAMMembersGetInfoItemV2OtherSwift
case other = 2
View on GitHub
DBTEAMMembersGetInfoItemV2Tag Enumeration Reference