UnlockFileBatchArg
open class UnlockFileBatchArg : CustomStringConvertible
The UnlockFileBatchArg struct
-
List of ‘entries’. Each ‘entry’ contains a path of the file which will be unlocked. Duplicate path arguments in the batch are considered only once.
Declaration
Swift
public let entries: Array<Files.UnlockFileArg>
-
Declaration
Swift
open var description: String { get }