PipelineAddAttributes

data class PipelineAddAttributes(val attributes: Map<String, String>, val name: String, val next: String? = null)

Constructors

Link copied to clipboard
constructor(attributes: Map<String, String>, name: String, next: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of 1-50 "AttributeNameMapping" objects that map an existing attribute to a new attribute.

Link copied to clipboard

The name of the 'addAttributes' activity.

Link copied to clipboard
val next: String? = null

The next activity in the pipeline.