GroupManagementType

public enum GroupManagementType : CustomStringConvertible, JSONRepresentable

The group type determines how a group is managed.

  • A group which is managed by selected users.

    Declaration

    Swift

    case userManaged
  • A group which is managed by team admins only.

    Declaration

    Swift

    case companyManaged
  • A group which is managed automatically by Dropbox.

    Declaration

    Swift

    case systemManaged
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }