DataSetRefreshPropertiesArgs

data class DataSetRefreshPropertiesArgs(val refreshConfiguration: Output<DataSetRefreshConfigurationArgs>? = null) : ConvertibleToJava<DataSetRefreshPropertiesArgs>

The refresh properties of a dataset.

Constructors

Link copied to clipboard
constructor(refreshConfiguration: Output<DataSetRefreshConfigurationArgs>? = null)

Properties

Link copied to clipboard

The refresh configuration for a dataset.

Functions

Link copied to clipboard
open override fun toJava(): DataSetRefreshPropertiesArgs