WorkflowStepDeleteStepDetailsProperties

data class WorkflowStepDeleteStepDetailsProperties(val name: String? = null, val sourceFileLocation: String? = null)

Details for a step that deletes the file.

Constructors

Link copied to clipboard
constructor(name: String? = null, sourceFileLocation: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the step, used as an identifier.

Link copied to clipboard

Specifies which file to use as input to the workflow step.