MembersGetInfoItemBase

public enum MembersGetInfoItemBase : CustomStringConvertible, JSONRepresentable

The MembersGetInfoItemBase union

  • An ID that was provided as a parameter to membersGetInfo or membersGetInfoV2, 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

    Swift

    case idNotFound(String)
  • Declaration

    Swift

    public var description: String { get }