DataSetOverrideDatasetParameterOperation

data class DataSetOverrideDatasetParameterOperation(val newDefaultValues: DataSetNewDefaultValues? = null, val newParameterName: String? = null, val parameterName: String)

A transform operation that overrides the dataset parameter values that are defined in another dataset.

Constructors

Link copied to clipboard
constructor(newDefaultValues: DataSetNewDefaultValues? = null, newParameterName: String? = null, parameterName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The new default values for the parameter.

Link copied to clipboard

The new name for the parameter.

Link copied to clipboard

The name of the parameter to be overridden with different values.