Workflow Step Delete Step Details Properties
data class WorkflowStepDeleteStepDetailsProperties(val name: String? = null, val sourceFileLocation: String? = null)
Details for a step that deletes the file.
Constructors
Link copied to clipboard
fun WorkflowStepDeleteStepDetailsProperties(name: String? = null, sourceFileLocation: String? = null)