MemberSpaceLimitType

public enum MemberSpaceLimitType : CustomStringConvertible, JSONRepresentable

The type of the space limit imposed on a team member.

  • off

    The team member does not have imposed space limit.

    Declaration

    Swift

    case off
  • The team member has soft imposed space limit - the limit is used for display and for notifications.

    Declaration

    Swift

    case alertOnly
  • The team member has hard imposed space limit - Dropbox file sync will stop after the limit is reached.

    Declaration

    Swift

    case stopSync
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }