DBTEAMLOGSharedContentAddLinkExpiryDetails
Objective-C
@interface DBTEAMLOGSharedContentAddLinkExpiryDetails
    : NSObject <DBSerializable, NSCopying>
                Swift
class DBTEAMLOGSharedContentAddLinkExpiryDetails : NSObject, DBSerializable, NSCopying
                The SharedContentAddLinkExpiryDetails struct.
Added expiration date to link for shared file/folder.
This class implements the DBSerializable protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
- 
                  
                  
New shared content link expiration date. Might be missing due to historical data gap.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSDate *dNewValue;Swift
var dNewValue: Date? { get } 
- 
                  
                  
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype)initWithDNewValue:(nullable NSDate *)dNewValue;Swift
init(dNewValue: Date?)Parameters
dNewValueNew shared content link expiration date. 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)initDefault;Swift
init(default: ())Return Value
An initialized instance.
 
View on GitHub
        DBTEAMLOGSharedContentAddLinkExpiryDetails Class Reference