DBTEAMLOGPaperDefaultFolderPolicyChangedDetails
Objective-C
@interface DBTEAMLOGPaperDefaultFolderPolicyChangedDetails
    : NSObject <DBSerializable, NSCopying>
                Swift
class DBTEAMLOGPaperDefaultFolderPolicyChangedDetails : NSObject, DBSerializable, NSCopying
                The PaperDefaultFolderPolicyChangedDetails struct.
Changed Paper Default Folder Policy setting for team.
This class implements the DBSerializable protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
- 
                  
                  
New Paper Default Folder Policy.
Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDefaultFolderPolicy *_Nonnull dNewValue;Swift
var dNewValue: DBTEAMLOGPaperDefaultFolderPolicy { get } - 
                  
                  
Previous Paper Default Folder Policy.
Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDefaultFolderPolicy *_Nonnull previousValue;Swift
var previousValue: DBTEAMLOGPaperDefaultFolderPolicy { get } 
- 
                  
                  
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype) initWithDNewValue:(nonnull DBTEAMLOGPaperDefaultFolderPolicy *)dNewValue previousValue: (nonnull DBTEAMLOGPaperDefaultFolderPolicy *)previousValue;Swift
init(dNewValue: DBTEAMLOGPaperDefaultFolderPolicy, previousValue: DBTEAMLOGPaperDefaultFolderPolicy)Parameters
dNewValueNew Paper Default Folder Policy.
previousValuePrevious Paper Default Folder Policy.
Return Value
An initialized instance.
 
View on GitHub
        DBTEAMLOGPaperDefaultFolderPolicyChangedDetails Class Reference