PipelineObject

data class PipelineObject(val fields: List<PipelineField>, val id: String, val name: String)

Constructors

Link copied to clipboard
constructor(fields: List<PipelineField>, id: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Key-value pairs that define the properties of the object.

Link copied to clipboard
val id: String

The ID of the object.

Link copied to clipboard

The name of the object.