PathSpec
A YAML-mappable object which represents a path (either a file or directory).
The YAML specification is as follows:
PathSpec: String|PathSpecObj
PathSpecObj:
file: String?
dir: String?
Content copied to clipboard
This class is deserialized using PathSpec.Deserializer to maintain compatibility for String-based path fields.