Data Set Refresh Properties
data class DataSetRefreshProperties(val failureConfiguration: DataSetRefreshFailureConfiguration? = null, val refreshConfiguration: DataSetRefreshConfiguration? = null)
The refresh properties of a dataset.
Constructors
Link copied to clipboard
constructor(failureConfiguration: DataSetRefreshFailureConfiguration? = null, refreshConfiguration: DataSetRefreshConfiguration? = null)