PProperty

data class PProperty(val name: String, val value: PValueOrEnv)

A simple name to value-or-env binding.

Constructors

Link copied to clipboard
constructor(name: String, value: PValueOrEnv)

Types

Link copied to clipboard

Properties

Link copied to clipboard

Name of this property

Link copied to clipboard

Value, or environment variable name for this value. See PValueOrEnv for more details.