ApplicationParameter.Peer
¶
An input parameter which accepts a peering Job
data class Peer(
val name: String?,
val title: String?,
val description: String,
val suggestedApplication: String?,
val defaultValue: Any?,
val optional: Boolean,
val type: String /* "peer" */,
)
Compatible with: AppParameterValue.Peer