DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails
Objective-C
@interface DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails
    : NSObject <DBSerializable, NSCopying>
                Swift
class DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails : NSObject, DBSerializable, NSCopying
                The MemberSpaceLimitsRemoveExceptionDetails struct.
Removed members from member space limit exception list.
This class implements the DBSerializable protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
- 
                  
                  
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype)initDefault;Swift
init(default: ())Return Value
An initialized instance.
 
View on GitHub
        DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails Class Reference