LockData
public struct LockData : Encodable
Defines a lock on a Box item
-
Initializer.
Declaration
Swift
public init(expiresAt: Date?, isDownloadPrevented: Bool?)Parameters
expiresAtWhen the lock should expire
isDownloadPreventedWhether or not the file can be downloaded while locked
LockData Structure Reference