SharedContentChangeLinkExpiryDetails
open class SharedContentChangeLinkExpiryDetails : CustomStringConvertible
Changed link expiration of shared file/folder.
-
New shared content link expiration date. Might be missing due to historical data gap.
Declaration
Swift
public let newValue: Date?
-
Previous shared content link expiration date. Might be missing due to historical data gap.
Declaration
Swift
public let previousValue: Date?
-
Declaration
Swift
open var description: String { get }