Feature
public enum Feature : CustomStringConvertible, JSONRepresentable
A set of features that a Dropbox Business account may support.
-
The number of upload API calls allowed per month.
Declaration
Swift
case uploadApiRateLimit
-
Does this team have a shared team root.
Declaration
Swift
case hasTeamSharedDropbox
-
Does this team have file events.
Declaration
Swift
case hasTeamFileEvents
-
Does this team have team selective sync enabled.
Declaration
Swift
case hasTeamSelectiveSync
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }