LockFileResult

public class LockFileResult : CustomStringConvertible, JSONRepresentable

The LockFileResult struct

  • Metadata of the file.

    Declaration

    Swift

    public let metadata: Files.Metadata
  • The file lock state after the operation.

    Declaration

    Swift

    public let lock: Files.FileLock
  • Declaration

    Swift

    public var description: String { get }