Unresolved

data class Unresolved(val pathSpec: String) : PathSpec

An unresolved PathSpec.

This class is instantiated if the user does not specify the data type in the key.

PathSpec: String

Constructors

Link copied to clipboard
constructor(pathSpec: String)

Properties

Link copied to clipboard
open override val pathSpec: String

The path represented as a String.