InviteMethod

public enum InviteMethod : CustomStringConvertible, JSONRepresentable

The InviteMethod union

  • An unspecified error.

    Declaration

    Swift

    case autoApprove
  • An unspecified error.

    Declaration

    Swift

    case inviteLink
  • An unspecified error.

    Declaration

    Swift

    case memberInvite
  • An unspecified error.

    Declaration

    Swift

    case movedFromAnotherTeam
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }