TemplateParameter

The TemplateParameter data type.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The default value associated with the parameter.

Link copied to clipboard

User defined description associated with the parameter.

Link copied to clipboard

Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

Link copied to clipboard

The name associated with the parameter.

Functions

Link copied to clipboard
inline fun copy(block: TemplateParameter.Builder.() -> Unit = {}): TemplateParameter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String