DBTEAMSharingAllowlistListArg
Objective-C
@interface DBTEAMSharingAllowlistListArg : NSObject <DBSerializable, NSCopying>
                Swift
class DBTEAMSharingAllowlistListArg : NSObject, DBSerializable, NSCopying
                The SharingAllowlistListArg struct.
This class implements the DBSerializable protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
- 
                  
                  
The number of entries to fetch at one time.
Declaration
Objective-C
@property (nonatomic, readonly) NSNumber *_Nonnull limit;Swift
var limit: NSNumber { get } 
- 
                  
                  
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype)initWithLimit:(nullable NSNumber *)limit;Swift
init(limit: NSNumber?)Parameters
limitThe number of entries to fetch at one time.
Return Value
An initialized instance.
 - 
                  
                  
Convenience constructor (exposes only non-nullable instance variables with no default value).
Declaration
Objective-C
- (nonnull instancetype)initDefault;Swift
init(default: ())Return Value
An initialized instance.
 
View on GitHub
        DBTEAMSharingAllowlistListArg Class Reference