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 membersGetInfo or membersGetInfo, 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

    DBTEAMMembersGetInfoItemV2IdNotFound

    Swift

    case idNotFound = 0
  • Info about a team member.

    Declaration

    Objective-C

    DBTEAMMembersGetInfoItemV2MemberInfo

    Swift

    case memberInfo = 1
  • (no description).

    Declaration

    Objective-C

    DBTEAMMembersGetInfoItemV2Other

    Swift

    case other = 2