DBTEAMSharingAllowlistListContinueArg
Objective-C
@interface DBTEAMSharingAllowlistListContinueArg
    : NSObject <DBSerializable, NSCopying>
                Swift
class DBTEAMSharingAllowlistListContinueArg : NSObject, DBSerializable, NSCopying
                The SharingAllowlistListContinueArg struct.
This class implements the DBSerializable protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
- 
                  
                  
The cursor returned from a previous call to
sharingAllowlistListorsharingAllowlistListContinue.Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *_Nonnull cursor;Swift
var cursor: String { get } 
- 
                  
                  
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype)initWithCursor:(nonnull NSString *)cursor;Swift
init(cursor: String)Parameters
cursorThe cursor returned from a previous call to
sharingAllowlistListorsharingAllowlistListContinue.Return Value
An initialized instance.
 
View on GitHub
        DBTEAMSharingAllowlistListContinueArg Class Reference