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