Users
public class Users
Datatypes and serializers for the users namespace
-
The amount of detail revealed about an account depends on the user being queried and the user making the query.
See moreDeclaration
Swift
public class Account : CustomStringConvertible, JSONRepresentable
-
The value for fileLocking in UserFeature.
See moreDeclaration
Swift
public enum FileLockingValue : CustomStringConvertible, JSONRepresentable
-
Information about a team.
See moreDeclaration
Swift
public class Team : CustomStringConvertible, JSONRepresentable
-
The GetAccountArg struct
See moreDeclaration
Swift
public class GetAccountArg : CustomStringConvertible, JSONRepresentable
-
The GetAccountBatchArg struct
See moreDeclaration
Swift
public class GetAccountBatchArg : CustomStringConvertible, JSONRepresentable
-
The GetAccountBatchError union
See moreDeclaration
Swift
public enum GetAccountBatchError : CustomStringConvertible, JSONRepresentable
-
The GetAccountError union
See moreDeclaration
Swift
public enum GetAccountError : CustomStringConvertible, JSONRepresentable
-
The IndividualSpaceAllocation struct
See moreDeclaration
Swift
public class IndividualSpaceAllocation : CustomStringConvertible, JSONRepresentable
-
Representations for a person’s name to assist with internationalization.
See moreDeclaration
Swift
public class Name : CustomStringConvertible, JSONRepresentable
-
The value for paperAsFiles in UserFeature.
See moreDeclaration
Swift
public enum PaperAsFilesValue : CustomStringConvertible, JSONRepresentable
-
Space is allocated differently based on the type of account.
See moreDeclaration
Swift
public enum SpaceAllocation : CustomStringConvertible, JSONRepresentable
-
Information about a user’s space usage and quota.
See moreDeclaration
Swift
public class SpaceUsage : CustomStringConvertible, JSONRepresentable
-
The TeamSpaceAllocation struct
See moreDeclaration
Swift
public class TeamSpaceAllocation : CustomStringConvertible, JSONRepresentable
-
A set of features that a Dropbox User account may have configured.
See moreDeclaration
Swift
public enum UserFeature : CustomStringConvertible, JSONRepresentable
-
Values that correspond to entries in UserFeature.
See moreDeclaration
Swift
public enum UserFeatureValue : CustomStringConvertible, JSONRepresentable
-
The UserFeaturesGetValuesBatchArg struct
See moreDeclaration
Swift
public class UserFeaturesGetValuesBatchArg : CustomStringConvertible, JSONRepresentable
-
The UserFeaturesGetValuesBatchError union
See moreDeclaration
Swift
public enum UserFeaturesGetValuesBatchError : CustomStringConvertible, JSONRepresentable
-
The UserFeaturesGetValuesBatchResult struct
See moreDeclaration
Swift
public class UserFeaturesGetValuesBatchResult : CustomStringConvertible, JSONRepresentable