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