PipelineRemoveAttributes

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of 1-50 attributes to remove from the message.

Link copied to clipboard

The name of the 'removeAttributes' activity.

Link copied to clipboard
val next: String? = null

The next activity in the pipeline.