SharedContentChangeLinkExpiryDetails
public class SharedContentChangeLinkExpiryDetails : CustomStringConvertible, JSONRepresentable
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
public var description: String { get }
View on GitHub
SharedContentChangeLinkExpiryDetails Class Reference