DataSetUntagColumnOperation

data class DataSetUntagColumnOperation(val columnName: String, val tagNames: List<DataSetColumnTagName>)

A transform operation that removes tags associated with a column.

Constructors

Link copied to clipboard
constructor(columnName: String, tagNames: List<DataSetColumnTagName>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The column that this operation acts on.

Link copied to clipboard

The column tags to remove from this column.