Field

class Field

A key-value pair that describes a property of a pipeline object. The value is specified as either a string value (StringValue) or a reference to another object (RefValue) but not as both.

Types

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

Properties

Link copied to clipboard
val key: String

The field identifier.

Link copied to clipboard

The field value, expressed as the identifier of another object.

Link copied to clipboard

The field value, expressed as a String.

Functions

Link copied to clipboard
inline fun copy(block: Field.Builder.() -> Unit = {}): Field
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