Team
- 
                  
                  
The
DeviceSessionstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMDeviceSession : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMDeviceSession : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ActiveWebSessionstruct.Information on active web sessions.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMActiveWebSession : DBTEAMDeviceSession <DBSerializable, NSCopying>Swift
class DBTEAMActiveWebSession : DBTEAMDeviceSession, DBSerializable, NSCopying - 
                  
                  
The
AddSecondaryEmailResultunion.Result of trying to add a secondary email to a user. ‘success’ is the only value indicating that a secondary email was successfully added to a user. The other values explain the type of error that occurred, and include the email for which the error occurred.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMAddSecondaryEmailResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMAddSecondaryEmailResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
AddSecondaryEmailsArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMAddSecondaryEmailsArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMAddSecondaryEmailsArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
AddSecondaryEmailsErrorunion.Error returned when adding secondary emails fails.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMAddSecondaryEmailsError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMAddSecondaryEmailsError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
AddSecondaryEmailsResultstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMAddSecondaryEmailsResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMAddSecondaryEmailsResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
AdminTierunion.Describes which team-related admin permissions a user has.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMAdminTier : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMAdminTier : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ApiAppstruct.Information on linked third party applications.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMApiApp : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMApiApp : NSObject, DBSerializable, NSCopying - 
                  
                  
The
BaseDfbReportstruct.Base report structure.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMBaseDfbReport : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMBaseDfbReport : NSObject, DBSerializable, NSCopying - 
                  
                  
The
BaseTeamFolderErrorunion.Base error that all errors for existing team folders should extend.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMBaseTeamFolderError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMBaseTeamFolderError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
CustomQuotaErrorunion.Error returned when getting member custom quota.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMCustomQuotaError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMCustomQuotaError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
CustomQuotaResultunion.User custom quota.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMCustomQuotaResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMCustomQuotaResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
CustomQuotaUsersArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMCustomQuotaUsersArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMCustomQuotaUsersArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
DateRangestruct.Input arguments that can be provided for most reports.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMDateRange : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMDateRange : NSObject, DBSerializable, NSCopying - 
                  
                  
The
DateRangeErrorunion.Errors that can originate from problems in input arguments to reports.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMDateRangeError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMDateRangeError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
DeleteSecondaryEmailResultunion.Result of trying to delete a secondary email address. ‘success’ is the only value indicating that a secondary email was successfully deleted. The other values explain the type of error that occurred, and include the email for which the error occurred.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMDeleteSecondaryEmailResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMDeleteSecondaryEmailResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
DeleteSecondaryEmailsArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMDeleteSecondaryEmailsArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMDeleteSecondaryEmailsArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
DeleteSecondaryEmailsResultstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMDeleteSecondaryEmailsResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMDeleteSecondaryEmailsResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
DesktopClientSessionstruct.Information about linked Dropbox desktop client sessions.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMDesktopClientSession : DBTEAMDeviceSession <DBSerializable, NSCopying>Swift
class DBTEAMDesktopClientSession : DBTEAMDeviceSession, DBSerializable, NSCopying - 
                  
                  
The
DesktopPlatformunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMDesktopPlatform : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMDesktopPlatform : NSObject, DBSerializable, NSCopying - 
                  
                  
The
DeviceSessionArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMDeviceSessionArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMDeviceSessionArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
DevicesActivestruct.Each of the items is an array of values, one value per day. The value is the number of devices active within a time window, ending with that day. If there is no data for a day, then the value will be None.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMDevicesActive : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMDevicesActive : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ExcludedUsersListArgstruct.Excluded users list argument.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMExcludedUsersListArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMExcludedUsersListArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ExcludedUsersListContinueArgstruct.Excluded users list continue argument.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMExcludedUsersListContinueArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMExcludedUsersListContinueArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ExcludedUsersListContinueErrorunion.Excluded users list continue error.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMExcludedUsersListContinueError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMExcludedUsersListContinueError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ExcludedUsersListErrorunion.Excluded users list error.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMExcludedUsersListError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMExcludedUsersListError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ExcludedUsersListResultstruct.Excluded users list result.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMExcludedUsersListResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMExcludedUsersListResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ExcludedUsersUpdateArgstruct.Argument of excluded users update operation. Should include a list of users to add/remove (according to endpoint), Maximum size of the list is 1000 users.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMExcludedUsersUpdateArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMExcludedUsersUpdateArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ExcludedUsersUpdateErrorunion.Excluded users update error.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMExcludedUsersUpdateError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMExcludedUsersUpdateError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ExcludedUsersUpdateResultstruct.Excluded users update result.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMExcludedUsersUpdateResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMExcludedUsersUpdateResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ExcludedUsersUpdateStatusunion.Excluded users update operation status.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMExcludedUsersUpdateStatus : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMExcludedUsersUpdateStatus : NSObject, DBSerializable, NSCopying - 
                  
                  
The
Featureunion.A set of features that a Dropbox Business account may support.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMFeature : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMFeature : NSObject, DBSerializable, NSCopying - 
                  
                  
The
FeatureValueunion.The values correspond to entries in Feature. You may get different value according to your Dropbox Business plan.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMFeatureValue : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMFeatureValue : NSObject, DBSerializable, NSCopying - 
                  
                  
The
FeaturesGetValuesBatchArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMFeaturesGetValuesBatchArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMFeaturesGetValuesBatchArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
FeaturesGetValuesBatchErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMFeaturesGetValuesBatchError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMFeaturesGetValuesBatchError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
FeaturesGetValuesBatchResultstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMFeaturesGetValuesBatchResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMFeaturesGetValuesBatchResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GetActivityReportstruct.Activity Report Result. Each of the items in the storage report is an array of values, one value per day. If there is no data for a day, then the value will be None.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGetActivityReport : DBTEAMBaseDfbReport <DBSerializable, NSCopying>Swift
class DBTEAMGetActivityReport : DBTEAMBaseDfbReport, DBSerializable, NSCopying - 
                  
                  
The
GetDevicesReportstruct.Devices Report Result. Contains subsections for different time ranges of activity. Each of the items in each subsection of the storage report is an array of values, one value per day. If there is no data for a day, then the value will be None.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGetDevicesReport : DBTEAMBaseDfbReport <DBSerializable, NSCopying>Swift
class DBTEAMGetDevicesReport : DBTEAMBaseDfbReport, DBSerializable, NSCopying - 
                  
                  
The
GetMembershipReportstruct.Membership Report Result. Each of the items in the storage report is an array of values, one value per day. If there is no data for a day, then the value will be None.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGetMembershipReport : DBTEAMBaseDfbReport <DBSerializable, NSCopying>Swift
class DBTEAMGetMembershipReport : DBTEAMBaseDfbReport, DBSerializable, NSCopying - 
                  
                  
The
GetStorageReportstruct.Storage Report Result. Each of the items in the storage report is an array of values, one value per day. If there is no data for a day, then the value will be None.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGetStorageReport : DBTEAMBaseDfbReport <DBSerializable, NSCopying>Swift
class DBTEAMGetStorageReport : DBTEAMBaseDfbReport, DBSerializable, NSCopying - 
                  
                  
The
GroupAccessTypeunion.Role of a user in group.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupAccessType : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupAccessType : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupCreateArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupCreateArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupCreateArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupCreateErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupCreateError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupCreateError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupSelectorErrorunion.Error that can be raised when GroupSelector is used.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupSelectorError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupSelectorError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupSelectorWithTeamGroupErrorunion.Error that can be raised when GroupSelector is used and team groups are disallowed from being used.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupSelectorWithTeamGroupError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupSelectorWithTeamGroupError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupDeleteErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupDeleteError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupDeleteError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupFullInfostruct.Full description of a group.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupFullInfo : DBTEAMCOMMONGroupSummary <DBSerializable, NSCopying>Swift
class DBTEAMGroupFullInfo : DBTEAMCOMMONGroupSummary, DBSerializable, NSCopying - 
                  
                  
The
GroupMemberInfostruct.Profile of group member, and role in group.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupMemberInfo : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupMemberInfo : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupMemberSelectorstruct.Argument for selecting a group and a single user.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupMemberSelector : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupMemberSelector : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupMemberSelectorErrorunion.Error that can be raised when GroupMemberSelector is used, and the user is required to be a member of the specified group.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupMemberSelectorError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupMemberSelectorError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupMemberSetAccessTypeErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupMemberSetAccessTypeError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupMemberSetAccessTypeError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
IncludeMembersArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMIncludeMembersArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMIncludeMembersArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupMembersAddArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupMembersAddArg : DBTEAMIncludeMembersArg <DBSerializable, NSCopying>Swift
class DBTEAMGroupMembersAddArg : DBTEAMIncludeMembersArg, DBSerializable, NSCopying - 
                  
                  
The
GroupMembersAddErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupMembersAddError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupMembersAddError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupMembersChangeResultstruct.Result returned by
groupsMembersAddandgroupsMembersRemove.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupMembersChangeResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupMembersChangeResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupMembersRemoveArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupMembersRemoveArg : DBTEAMIncludeMembersArg <DBSerializable, NSCopying>Swift
class DBTEAMGroupMembersRemoveArg : DBTEAMIncludeMembersArg, DBSerializable, NSCopying - 
                  
                  
The
GroupMembersSelectorErrorunion.Error that can be raised when GroupMembersSelector is used, and the users are required to be members of the specified group.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupMembersSelectorError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupMembersSelectorError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupMembersRemoveErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupMembersRemoveError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupMembersRemoveError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupMembersSelectorstruct.Argument for selecting a group and a list of users.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupMembersSelector : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupMembersSelector : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupMembersSetAccessTypeArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupMembersSetAccessTypeArg : DBTEAMGroupMemberSelector <DBSerializable, NSCopying>Swift
class DBTEAMGroupMembersSetAccessTypeArg : DBTEAMGroupMemberSelector, DBSerializable, NSCopying - 
                  
                  
The
GroupSelectorunion.Argument for selecting a single group, either by group_id or by external group ID.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupSelector : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupSelector : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupUpdateArgsstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupUpdateArgs : DBTEAMIncludeMembersArg <DBSerializable, NSCopying>Swift
class DBTEAMGroupUpdateArgs : DBTEAMIncludeMembersArg, DBSerializable, NSCopying - 
                  
                  
The
GroupUpdateErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupUpdateError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupUpdateError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupsGetInfoErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupsGetInfoError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupsGetInfoError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupsGetInfoItemunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupsGetInfoItem : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupsGetInfoItem : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupsListArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupsListArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupsListArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupsListContinueArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupsListContinueArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupsListContinueArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupsListContinueErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupsListContinueError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupsListContinueError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupsListResultstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupsListResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupsListResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupsMembersListArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupsMembersListArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupsMembersListArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupsMembersListContinueArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupsMembersListContinueArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupsMembersListContinueArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupsMembersListContinueErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupsMembersListContinueError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupsMembersListContinueError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupsMembersListResultstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupsMembersListResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupsMembersListResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupsPollErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupsPollError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupsPollError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
GroupsSelectorunion.Argument for selecting a list of groups, either by group_ids, or external group IDs.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMGroupsSelector : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMGroupsSelector : NSObject, DBSerializable, NSCopying - 
                  
                  
The
HasTeamFileEventsValueunion.The value for
hasTeamFileEventsinDBTEAMFeature.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMHasTeamFileEventsValue : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMHasTeamFileEventsValue : NSObject, DBSerializable, NSCopying - 
                  
                  
The
HasTeamSelectiveSyncValueunion.The value for
hasTeamSelectiveSyncinDBTEAMFeature.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMHasTeamSelectiveSyncValue : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMHasTeamSelectiveSyncValue : NSObject, DBSerializable, NSCopying - 
                  
                  
The
HasTeamSharedDropboxValueunion.The value for
hasTeamSharedDropboxinDBTEAMFeature.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMHasTeamSharedDropboxValue : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMHasTeamSharedDropboxValue : NSObject, DBSerializable, NSCopying - 
                  
                  
The
LegalHoldHeldRevisionMetadatastruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMLegalHoldHeldRevisionMetadata : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMLegalHoldHeldRevisionMetadata : NSObject, DBSerializable, NSCopying - 
                  
                  
The
LegalHoldPolicystruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMLegalHoldPolicy : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMLegalHoldPolicy : NSObject, DBSerializable, NSCopying - 
                  
                  
The
LegalHoldStatusunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMLegalHoldStatus : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMLegalHoldStatus : NSObject, DBSerializable, NSCopying - 
                  
                  
The
LegalHoldsErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMLegalHoldsError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMLegalHoldsError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
LegalHoldsGetPolicyArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMLegalHoldsGetPolicyArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMLegalHoldsGetPolicyArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
LegalHoldsGetPolicyErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMLegalHoldsGetPolicyError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMLegalHoldsGetPolicyError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
LegalHoldsListHeldRevisionResultstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMLegalHoldsListHeldRevisionResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMLegalHoldsListHeldRevisionResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
LegalHoldsListHeldRevisionsArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMLegalHoldsListHeldRevisionsArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMLegalHoldsListHeldRevisionsArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
LegalHoldsListHeldRevisionsContinueArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMLegalHoldsListHeldRevisionsContinueArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMLegalHoldsListHeldRevisionsContinueArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
LegalHoldsListHeldRevisionsContinueErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMLegalHoldsListHeldRevisionsContinueError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMLegalHoldsListHeldRevisionsContinueError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
LegalHoldsListHeldRevisionsErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMLegalHoldsListHeldRevisionsError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMLegalHoldsListHeldRevisionsError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
LegalHoldsListPoliciesArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMLegalHoldsListPoliciesArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMLegalHoldsListPoliciesArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
LegalHoldsListPoliciesErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMLegalHoldsListPoliciesError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMLegalHoldsListPoliciesError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
LegalHoldsListPoliciesResultstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMLegalHoldsListPoliciesResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMLegalHoldsListPoliciesResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
LegalHoldsPolicyCreateArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMLegalHoldsPolicyCreateArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMLegalHoldsPolicyCreateArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
LegalHoldsPolicyCreateErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMLegalHoldsPolicyCreateError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMLegalHoldsPolicyCreateError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
LegalHoldsPolicyReleaseArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMLegalHoldsPolicyReleaseArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMLegalHoldsPolicyReleaseArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
LegalHoldsPolicyReleaseErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMLegalHoldsPolicyReleaseError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMLegalHoldsPolicyReleaseError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
LegalHoldsPolicyUpdateArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMLegalHoldsPolicyUpdateArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMLegalHoldsPolicyUpdateArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
LegalHoldsPolicyUpdateErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMLegalHoldsPolicyUpdateError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMLegalHoldsPolicyUpdateError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ListMemberAppsArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMListMemberAppsArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMListMemberAppsArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ListMemberAppsErrorunion.Error returned by
linkedAppsListMemberLinkedApps.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMListMemberAppsError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMListMemberAppsError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ListMemberAppsResultstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMListMemberAppsResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMListMemberAppsResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ListMemberDevicesArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMListMemberDevicesArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMListMemberDevicesArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ListMemberDevicesErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMListMemberDevicesError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMListMemberDevicesError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ListMemberDevicesResultstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMListMemberDevicesResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMListMemberDevicesResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ListMembersAppsArgstruct.Arguments for
linkedAppsListMembersLinkedApps.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMListMembersAppsArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMListMembersAppsArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ListMembersAppsErrorunion.Error returned by
linkedAppsListMembersLinkedApps.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMListMembersAppsError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMListMembersAppsError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ListMembersAppsResultstruct.Information returned by
linkedAppsListMembersLinkedApps.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMListMembersAppsResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMListMembersAppsResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ListMembersDevicesArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMListMembersDevicesArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMListMembersDevicesArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ListMembersDevicesErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMListMembersDevicesError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMListMembersDevicesError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ListMembersDevicesResultstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMListMembersDevicesResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMListMembersDevicesResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ListTeamAppsArgstruct.Arguments for
linkedAppsListTeamLinkedApps.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMListTeamAppsArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMListTeamAppsArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ListTeamAppsErrorunion.Error returned by
linkedAppsListTeamLinkedApps.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMListTeamAppsError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMListTeamAppsError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ListTeamAppsResultstruct.Information returned by
linkedAppsListTeamLinkedApps.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMListTeamAppsResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMListTeamAppsResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ListTeamDevicesArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMListTeamDevicesArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMListTeamDevicesArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ListTeamDevicesErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMListTeamDevicesError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMListTeamDevicesError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ListTeamDevicesResultstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMListTeamDevicesResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMListTeamDevicesResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MemberAccessstruct.Specify access type a member should have when joined to a group.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMemberAccess : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMemberAccess : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MemberAddArgBasestruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMemberAddArgBase : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMemberAddArgBase : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MemberAddArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMemberAddArg : DBTEAMMemberAddArgBase <DBSerializable, NSCopying>Swift
class DBTEAMMemberAddArg : DBTEAMMemberAddArgBase, DBSerializable, NSCopying - 
                  
                  
The
MemberAddResultBaseunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMemberAddResultBase : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMemberAddResultBase : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MemberAddResultunion.Describes the result of attempting to add a single user to the team. ‘success’ is the only value indicating that a user was indeed added to the team - the other values explain the type of failure that occurred, and include the email of the user for which the operation has failed.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMemberAddResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMemberAddResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MemberAddV2Argstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMemberAddV2Arg : DBTEAMMemberAddArgBase <DBSerializable, NSCopying>Swift
class DBTEAMMemberAddV2Arg : DBTEAMMemberAddArgBase, DBSerializable, NSCopying - 
                  
                  
The
MemberAddV2Resultunion.Describes the result of attempting to add a single user to the team. ‘success’ is the only value indicating that a user was indeed added to the team - the other values explain the type of failure that occurred, and include the email of the user for which the operation has failed.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMemberAddV2Result : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMemberAddV2Result : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MemberDevicesstruct.Information on devices of a team’s member.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMemberDevices : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMemberDevices : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MemberLinkedAppsstruct.Information on linked applications of a team member.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMemberLinkedApps : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMemberLinkedApps : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MemberProfilestruct.Basic member profile.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMemberProfile : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMemberProfile : NSObject, DBSerializable, NSCopying - 
                  
                  
The
UserSelectorErrorunion.Error that can be returned whenever a struct derived from UserSelectorArg is used.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMUserSelectorError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMUserSelectorError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MemberSelectorErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMemberSelectorError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMemberSelectorError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersAddArgBasestruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersAddArgBase : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersAddArgBase : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersAddArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersAddArg : DBTEAMMembersAddArgBase <DBSerializable, NSCopying>Swift
class DBTEAMMembersAddArg : DBTEAMMembersAddArgBase, DBSerializable, NSCopying - 
                  
                  
The
MembersAddJobStatusunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersAddJobStatus : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersAddJobStatus : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersAddJobStatusV2Resultunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersAddJobStatusV2Result : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersAddJobStatusV2Result : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersAddLaunchunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersAddLaunch : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersAddLaunch : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersAddLaunchV2Resultunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersAddLaunchV2Result : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersAddLaunchV2Result : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersAddV2Argstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersAddV2Arg : DBTEAMMembersAddArgBase <DBSerializable, NSCopying>Swift
class DBTEAMMembersAddV2Arg : DBTEAMMembersAddArgBase, DBSerializable, NSCopying - 
                  
                  
The
MembersDeactivateBaseArgstruct.Exactly one of team_member_id, email, or external_id must be provided to identify the user account.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersDeactivateBaseArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersDeactivateBaseArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersDataTransferArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersDataTransferArg : DBTEAMMembersDeactivateBaseArg <DBSerializable, NSCopying>Swift
class DBTEAMMembersDataTransferArg : DBTEAMMembersDeactivateBaseArg, DBSerializable, NSCopying - 
                  
                  
The
MembersDeactivateArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersDeactivateArg : DBTEAMMembersDeactivateBaseArg <DBSerializable, NSCopying>Swift
class DBTEAMMembersDeactivateArg : DBTEAMMembersDeactivateBaseArg, DBSerializable, NSCopying - 
                  
                  
The
MembersDeactivateErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersDeactivateError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersDeactivateError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersDeleteProfilePhotoArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersDeleteProfilePhotoArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersDeleteProfilePhotoArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersDeleteProfilePhotoErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersDeleteProfilePhotoError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersDeleteProfilePhotoError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersGetAvailableTeamMemberRolesResultstruct.Available TeamMemberRole for the connected team. To be used with
membersSetAdminPermissions.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersGetAvailableTeamMemberRolesResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersGetAvailableTeamMemberRolesResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersGetInfoArgsstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersGetInfoArgs : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersGetInfoArgs : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersGetInfoErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersGetInfoError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersGetInfoError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersGetInfoItemBaseunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersGetInfoItemBase : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersGetInfoItemBase : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersGetInfoItemunion.Describes a result obtained for a single user whose id was specified in the parameter of
membersGetInfo.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersGetInfoItem : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersGetInfoItem : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersGetInfoItemV2union.Describes a result obtained for a single user whose id was specified in the parameter of
membersGetInfo.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersGetInfoItemV2 : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersGetInfoItemV2 : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersGetInfoV2Argstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersGetInfoV2Arg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersGetInfoV2Arg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersGetInfoV2Resultstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersGetInfoV2Result : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersGetInfoV2Result : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersInfostruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersInfo : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersInfo : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersListArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersListArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersListArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersListContinueArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersListContinueArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersListContinueArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersListContinueErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersListContinueError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersListContinueError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersListErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersListError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersListError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersListResultstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersListResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersListResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersListV2Resultstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersListV2Result : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersListV2Result : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersRecoverArgstruct.Exactly one of team_member_id, email, or external_id must be provided to identify the user account.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersRecoverArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersRecoverArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersRecoverErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersRecoverError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersRecoverError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersRemoveArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersRemoveArg : DBTEAMMembersDeactivateArg <DBSerializable, NSCopying>Swift
class DBTEAMMembersRemoveArg : DBTEAMMembersDeactivateArg, DBSerializable, NSCopying - 
                  
                  
The
MembersTransferFilesErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersTransferFilesError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersTransferFilesError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersRemoveErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersRemoveError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersRemoveError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersSendWelcomeErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersSendWelcomeError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersSendWelcomeError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersSetPermissions2Argstruct.Exactly one of team_member_id, email, or external_id must be provided to identify the user account.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersSetPermissions2Arg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersSetPermissions2Arg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersSetPermissions2Errorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersSetPermissions2Error : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersSetPermissions2Error : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersSetPermissions2Resultstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersSetPermissions2Result : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersSetPermissions2Result : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersSetPermissionsArgstruct.Exactly one of team_member_id, email, or external_id must be provided to identify the user account.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersSetPermissionsArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersSetPermissionsArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersSetPermissionsErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersSetPermissionsError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersSetPermissionsError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersSetPermissionsResultstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersSetPermissionsResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersSetPermissionsResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersSetProfileArgstruct.Exactly one of team_member_id, email, or external_id must be provided to identify the user account. At least one of new_email, new_external_id, new_given_name, and/or new_surname must be provided.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersSetProfileArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersSetProfileArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersSetProfileErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersSetProfileError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersSetProfileError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersSetProfilePhotoArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersSetProfilePhotoArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersSetProfilePhotoArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersSetProfilePhotoErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersSetProfilePhotoError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersSetProfilePhotoError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersSuspendErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersSuspendError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersSuspendError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersTransferFormerMembersFilesErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersTransferFormerMembersFilesError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersTransferFormerMembersFilesError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersUnsuspendArgstruct.Exactly one of team_member_id, email, or external_id must be provided to identify the user account.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersUnsuspendArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersUnsuspendArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MembersUnsuspendErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMembersUnsuspendError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMembersUnsuspendError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MobileClientPlatformunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMobileClientPlatform : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMMobileClientPlatform : NSObject, DBSerializable, NSCopying - 
                  
                  
The
MobileClientSessionstruct.Information about linked Dropbox mobile client sessions.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMMobileClientSession : DBTEAMDeviceSession <DBSerializable, NSCopying>Swift
class DBTEAMMobileClientSession : DBTEAMDeviceSession, DBSerializable, NSCopying - 
                  
                  
The
NamespaceMetadatastruct.Properties of a namespace.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMNamespaceMetadata : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMNamespaceMetadata : NSObject, DBSerializable, NSCopying - 
                  
                  
The
NamespaceTypeunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMNamespaceType : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMNamespaceType : NSObject, DBSerializable, NSCopying - 
                  
                  
The
RemoveCustomQuotaResultunion.User result for setting member custom quota.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMRemoveCustomQuotaResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMRemoveCustomQuotaResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
RemovedStatusstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMRemovedStatus : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMRemovedStatus : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ResendSecondaryEmailResultunion.Result of trying to resend verification email to a secondary email address. ‘success’ is the only value indicating that a verification email was successfully sent. The other values explain the type of error that occurred, and include the email for which the error occurred.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMResendSecondaryEmailResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMResendSecondaryEmailResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ResendVerificationEmailArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMResendVerificationEmailArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMResendVerificationEmailArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
ResendVerificationEmailResultstruct.List of users and resend results.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMResendVerificationEmailResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMResendVerificationEmailResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
RevokeDesktopClientArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMRevokeDesktopClientArg : DBTEAMDeviceSessionArg <DBSerializable, NSCopying>Swift
class DBTEAMRevokeDesktopClientArg : DBTEAMDeviceSessionArg, DBSerializable, NSCopying - 
                  
                  
The
RevokeDeviceSessionArgunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMRevokeDeviceSessionArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMRevokeDeviceSessionArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
RevokeDeviceSessionBatchArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMRevokeDeviceSessionBatchArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMRevokeDeviceSessionBatchArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
RevokeDeviceSessionBatchErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMRevokeDeviceSessionBatchError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMRevokeDeviceSessionBatchError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
RevokeDeviceSessionBatchResultstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMRevokeDeviceSessionBatchResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMRevokeDeviceSessionBatchResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
RevokeDeviceSessionErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMRevokeDeviceSessionError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMRevokeDeviceSessionError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
RevokeDeviceSessionStatusstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMRevokeDeviceSessionStatus : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMRevokeDeviceSessionStatus : NSObject, DBSerializable, NSCopying - 
                  
                  
The
RevokeLinkedApiAppArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMRevokeLinkedApiAppArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMRevokeLinkedApiAppArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
RevokeLinkedApiAppBatchArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMRevokeLinkedApiAppBatchArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMRevokeLinkedApiAppBatchArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
RevokeLinkedAppBatchErrorunion.Error returned by
linkedAppsRevokeLinkedAppBatch.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMRevokeLinkedAppBatchError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMRevokeLinkedAppBatchError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
RevokeLinkedAppBatchResultstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMRevokeLinkedAppBatchResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMRevokeLinkedAppBatchResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
RevokeLinkedAppErrorunion.Error returned by
linkedAppsRevokeLinkedApp.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMRevokeLinkedAppError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMRevokeLinkedAppError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
RevokeLinkedAppStatusstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMRevokeLinkedAppStatus : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMRevokeLinkedAppStatus : NSObject, DBSerializable, NSCopying - 
                  
                  
The
SetCustomQuotaArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMSetCustomQuotaArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMSetCustomQuotaArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
SetCustomQuotaErrorunion.Error returned when setting member custom quota.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMSetCustomQuotaError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMSetCustomQuotaError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
SharingAllowlistAddArgsstruct.Structure representing Approve List entries. Domain and emails are supported. At least one entry of any supported type is required.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMSharingAllowlistAddArgs : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMSharingAllowlistAddArgs : NSObject, DBSerializable, NSCopying - 
                  
                  
The
SharingAllowlistAddErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMSharingAllowlistAddError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMSharingAllowlistAddError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
SharingAllowlistAddResponsestruct.This struct is empty. The comment here is intentionally emitted to avoid indentation issues with Stone.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMSharingAllowlistAddResponse : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMSharingAllowlistAddResponse : NSObject, DBSerializable, NSCopying - 
                  
                  
The
SharingAllowlistListArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMSharingAllowlistListArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMSharingAllowlistListArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
SharingAllowlistListContinueArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMSharingAllowlistListContinueArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMSharingAllowlistListContinueArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
SharingAllowlistListContinueErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMSharingAllowlistListContinueError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMSharingAllowlistListContinueError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
SharingAllowlistListErrorstruct.This struct is empty. The comment here is intentionally emitted to avoid indentation issues with Stone.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMSharingAllowlistListError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMSharingAllowlistListError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
SharingAllowlistListResponsestruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMSharingAllowlistListResponse : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMSharingAllowlistListResponse : NSObject, DBSerializable, NSCopying - 
                  
                  
The
SharingAllowlistRemoveArgsstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMSharingAllowlistRemoveArgs : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMSharingAllowlistRemoveArgs : NSObject, DBSerializable, NSCopying - 
                  
                  
The
SharingAllowlistRemoveErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMSharingAllowlistRemoveError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMSharingAllowlistRemoveError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
SharingAllowlistRemoveResponsestruct.This struct is empty. The comment here is intentionally emitted to avoid indentation issues with Stone.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMSharingAllowlistRemoveResponse : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMSharingAllowlistRemoveResponse : NSObject, DBSerializable, NSCopying - 
                  
                  
The
StorageBucketstruct.Describes the number of users in a specific storage bucket.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMStorageBucket : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMStorageBucket : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamFolderAccessErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamFolderAccessError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamFolderAccessError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamFolderActivateErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamFolderActivateError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamFolderActivateError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamFolderIdArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamFolderIdArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamFolderIdArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamFolderArchiveArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamFolderArchiveArg : DBTEAMTeamFolderIdArg <DBSerializable, NSCopying>Swift
class DBTEAMTeamFolderArchiveArg : DBTEAMTeamFolderIdArg, DBSerializable, NSCopying - 
                  
                  
The
TeamFolderArchiveErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamFolderArchiveError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamFolderArchiveError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamFolderArchiveJobStatusunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamFolderArchiveJobStatus : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamFolderArchiveJobStatus : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamFolderArchiveLaunchunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamFolderArchiveLaunch : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamFolderArchiveLaunch : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamFolderCreateArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamFolderCreateArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamFolderCreateArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamFolderCreateErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamFolderCreateError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamFolderCreateError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamFolderGetInfoItemunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamFolderGetInfoItem : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamFolderGetInfoItem : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamFolderIdListArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamFolderIdListArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamFolderIdListArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamFolderInvalidStatusErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamFolderInvalidStatusError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamFolderInvalidStatusError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamFolderListArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamFolderListArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamFolderListArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamFolderListContinueArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamFolderListContinueArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamFolderListContinueArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamFolderListContinueErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamFolderListContinueError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamFolderListContinueError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamFolderListErrorstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamFolderListError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamFolderListError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamFolderListResultstruct.Result for
teamFolderListandteamFolderListContinue.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamFolderListResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamFolderListResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamFolderMetadatastruct.Properties of a team folder.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamFolderMetadata : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamFolderMetadata : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamFolderPermanentlyDeleteErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamFolderPermanentlyDeleteError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamFolderPermanentlyDeleteError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamFolderRenameArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamFolderRenameArg : DBTEAMTeamFolderIdArg <DBSerializable, NSCopying>Swift
class DBTEAMTeamFolderRenameArg : DBTEAMTeamFolderIdArg, DBSerializable, NSCopying - 
                  
                  
The
TeamFolderRenameErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamFolderRenameError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamFolderRenameError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamFolderStatusunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamFolderStatus : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamFolderStatus : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamFolderTeamSharedDropboxErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamFolderTeamSharedDropboxError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamFolderTeamSharedDropboxError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamFolderUpdateSyncSettingsArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamFolderUpdateSyncSettingsArg : DBTEAMTeamFolderIdArg <DBSerializable, NSCopying>Swift
class DBTEAMTeamFolderUpdateSyncSettingsArg : DBTEAMTeamFolderIdArg, DBSerializable, NSCopying - 
                  
                  
The
TeamFolderUpdateSyncSettingsErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamFolderUpdateSyncSettingsError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamFolderUpdateSyncSettingsError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamGetInfoResultstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamGetInfoResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamGetInfoResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamMemberInfostruct.Information about a team member.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamMemberInfo : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamMemberInfo : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamMemberInfoV2struct.Information about a team member.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamMemberInfoV2 : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamMemberInfoV2 : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamMemberInfoV2Resultstruct.Information about a team member, after the change, like at
membersSetProfile.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamMemberInfoV2Result : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamMemberInfoV2Result : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamMemberProfilestruct.Profile of a user as a member of a team.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamMemberProfile : DBTEAMMemberProfile <DBSerializable, NSCopying>Swift
class DBTEAMTeamMemberProfile : DBTEAMMemberProfile, DBSerializable, NSCopying - 
                  
                  
The
TeamMemberRolestruct.A role which can be attached to a team member. This replaces AdminTier; each AdminTier corresponds to a new TeamMemberRole with a matching name.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamMemberRole : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamMemberRole : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamMemberStatusunion.The user’s status as a member of a specific team.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamMemberStatus : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamMemberStatus : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamMembershipTypeunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamMembershipType : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamMembershipType : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamNamespacesListArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamNamespacesListArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamNamespacesListArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamNamespacesListContinueArgstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamNamespacesListContinueArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamNamespacesListContinueArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamNamespacesListErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamNamespacesListError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamNamespacesListError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamNamespacesListContinueErrorunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamNamespacesListContinueError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamNamespacesListContinueError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamNamespacesListResultstruct.Result for
namespacesList.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamNamespacesListResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamNamespacesListResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TeamReportFailureReasonunion.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTeamReportFailureReason : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTeamReportFailureReason : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TokenGetAuthenticatedAdminErrorunion.Error returned by
tokenGetAuthenticatedAdmin.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTokenGetAuthenticatedAdminError : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTokenGetAuthenticatedAdminError : NSObject, DBSerializable, NSCopying - 
                  
                  
The
TokenGetAuthenticatedAdminResultstruct.Results for
tokenGetAuthenticatedAdmin.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMTokenGetAuthenticatedAdminResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMTokenGetAuthenticatedAdminResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
UploadApiRateLimitValueunion.The value for
uploadApiRateLimitinDBTEAMFeature.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMUploadApiRateLimitValue : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMUploadApiRateLimitValue : NSObject, DBSerializable, NSCopying - 
                  
                  
The
UserAddResultunion.Result of trying to add secondary emails to a user. ‘success’ is the only value indicating that a user was successfully retrieved for adding secondary emails. The other values explain the type of error that occurred, and include the user for which the error occurred.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMUserAddResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMUserAddResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
UserCustomQuotaArgstruct.User and their required custom quota in GB (1 TB = 1024 GB).
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMUserCustomQuotaArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMUserCustomQuotaArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
UserCustomQuotaResultstruct.User and their custom quota in GB (1 TB = 1024 GB). No quota returns if the user has no custom quota set.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMUserCustomQuotaResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMUserCustomQuotaResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
UserDeleteEmailsResultstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMUserDeleteEmailsResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMUserDeleteEmailsResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
UserDeleteResultunion.Result of trying to delete a user’s secondary emails. ‘success’ is the only value indicating that a user was successfully retrieved for deleting secondary emails. The other values explain the type of error that occurred, and include the user for which the error occurred.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMUserDeleteResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMUserDeleteResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
UserResendEmailsResultstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMUserResendEmailsResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMUserResendEmailsResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
UserResendResultunion.Result of trying to resend verification emails to a user. ‘success’ is the only value indicating that a user was successfully retrieved for sending verification emails. The other values explain the type of error that occurred, and include the user for which the error occurred.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMUserResendResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMUserResendResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
UserSecondaryEmailsArgstruct.User and a list of secondary emails.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMUserSecondaryEmailsArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMUserSecondaryEmailsArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
UserSecondaryEmailsResultstruct.This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMUserSecondaryEmailsResult : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMUserSecondaryEmailsResult : NSObject, DBSerializable, NSCopying - 
                  
                  
The
UserSelectorArgunion.Argument for selecting a single user, either by team_member_id, external_id or email.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMUserSelectorArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMUserSelectorArg : NSObject, DBSerializable, NSCopying - 
                  
                  
The
UsersSelectorArgunion.Argument for selecting a list of users, either by team_member_ids, external_ids or emails.
This class implements the
See moreDBSerializableprotocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.Declaration
Objective-C
@interface DBTEAMUsersSelectorArg : NSObject <DBSerializable, NSCopying>Swift
class DBTEAMUsersSelectorArg : NSObject, DBSerializable, NSCopying 
View on GitHub
        Team  Reference