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.

Instance fields

Constructors

  • 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.