ApplicationParameter.Peer

API: Internal/Beta

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

Properties
name: String?
title: String?
description: String
suggestedApplication: String?
defaultValue: Any?
optional: Boolean
type: String /* "peer" */ The type discriminator

API: Stable