LockFileBatchArg
public class LockFileBatchArg : CustomStringConvertible, JSONRepresentable
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: [Files.LockFileArg]
-
Declaration
Swift
public var description: String { get }