DBSHARINGUnmountFolderArg
Objective-C
@interface DBSHARINGUnmountFolderArg : NSObject <DBSerializable, NSCopying>
                Swift
class DBSHARINGUnmountFolderArg : NSObject, DBSerializable, NSCopying
                The UnmountFolderArg struct.
This class implements the DBSerializable protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
- 
                  
                  
The ID for the shared folder.
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *_Nonnull sharedFolderId;Swift
var sharedFolderId: String { get } 
- 
                  
                  
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderId: (nonnull NSString *)sharedFolderId;Swift
init(sharedFolderId: String)Parameters
sharedFolderIdThe ID for the shared folder.
Return Value
An initialized instance.
 
View on GitHub
        DBSHARINGUnmountFolderArg Class Reference