DatasetFilterArgs

data class DatasetFilterArgs(val deltaTime: Output<DatasetDeltaTimeArgs>? = null) : ConvertibleToJava<DatasetFilterArgs>

Constructors

Link copied to clipboard
constructor(deltaTime: Output<DatasetDeltaTimeArgs>? = null)

Properties

Link copied to clipboard
val deltaTime: Output<DatasetDeltaTimeArgs>? = null

Used to limit data to that which has arrived since the last execution of the action.

Functions

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