SharedLinkChangeExpiryDetails
public class SharedLinkChangeExpiryDetails : CustomStringConvertible, JSONRepresentable
Changed shared link expiration date.
-
New shared link expiration date. Might be missing due to historical data gap.
Declaration
Swift
public let newValue: Date? -
Previous shared 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
SharedLinkChangeExpiryDetails Class Reference