RestoreArg

public class RestoreArg : CustomStringConvertible, JSONRepresentable

The RestoreArg struct

  • The path to save the restored file.

    Declaration

    Swift

    public let path: String
  • rev

    The revision to restore.

    Declaration

    Swift

    public let rev: String
  • Declaration

    Swift

    public var description: String { get }