DBPAPERRemovePaperDocUser
Objective-C
@interface DBPAPERRemovePaperDocUser
: DBPAPERRefPaperDoc <DBSerializable, NSCopying>
Swift
class DBPAPERRemovePaperDocUser : DBPAPERRefPaperDoc, DBSerializable, NSCopying
The RemovePaperDocUser
struct.
This class implements the DBSerializable
protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
-
User which should be removed from the Paper doc. Specify only email address or Dropbox account ID.
Declaration
Objective-C
@property (nonatomic, readonly) DBSHARINGMemberSelector *_Nonnull member;
Swift
var member: DBSHARINGMemberSelector { get }
-
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype)initWithDocId:(nonnull NSString *)docId member:(nonnull DBSHARINGMemberSelector *)member;
Swift
init(docId: String, member: DBSHARINGMemberSelector)
Parameters
docId
The Paper doc ID.
member
User which should be removed from the Paper doc. Specify only email address or Dropbox account ID.
Return Value
An initialized instance.