DBTEAMLOGGroupUserManagementChangePolicyDetails
Objective-C
@interface DBTEAMLOGGroupUserManagementChangePolicyDetails
    : NSObject <DBSerializable, NSCopying>
                Swift
class DBTEAMLOGGroupUserManagementChangePolicyDetails : NSObject, DBSerializable, NSCopying
                The GroupUserManagementChangePolicyDetails struct.
Changed who can create groups.
This class implements the DBSerializable protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
- 
                  
                  
New group users management policy.
Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMPOLICIESGroupCreation *_Nonnull dNewValue;Swift
var dNewValue: DBTEAMPOLICIESGroupCreation { get } - 
                  
                  
Previous group users management policy. Might be missing due to historical data gap.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) DBTEAMPOLICIESGroupCreation *previousValue;Swift
var previousValue: DBTEAMPOLICIESGroupCreation? { get } 
- 
                  
                  
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype) initWithDNewValue:(nonnull DBTEAMPOLICIESGroupCreation *)dNewValue previousValue:(nullable DBTEAMPOLICIESGroupCreation *)previousValue;Swift
init(dNewValue: DBTEAMPOLICIESGroupCreation, previousValue: DBTEAMPOLICIESGroupCreation?)Parameters
dNewValueNew group users management policy.
previousValuePrevious group users management policy. Might be missing due to historical data gap.
Return Value
An initialized instance.
 - 
                  
                  
Convenience constructor (exposes only non-nullable instance variables with no default value).
Declaration
Objective-C
- (nonnull instancetype)initWithDNewValue: (nonnull DBTEAMPOLICIESGroupCreation *)dNewValue;Swift
init(dNewValue: DBTEAMPOLICIESGroupCreation)Parameters
dNewValueNew group users management policy.
Return Value
An initialized instance.
 
View on GitHub
        DBTEAMLOGGroupUserManagementChangePolicyDetails Class Reference