Workflow Step Decrypt Step Details Properties
data class WorkflowStepDecryptStepDetailsProperties(val destinationFileLocation: WorkflowInputFileLocation? = null, val name: String? = null, val overwriteExisting: WorkflowStepDecryptStepDetailsPropertiesOverwriteExisting? = null, val sourceFileLocation: String? = null, val type: WorkflowStepDecryptStepDetailsPropertiesType? = null)
Details for a step that performs a file decryption.
Constructors
Link copied to clipboard
fun WorkflowStepDecryptStepDetailsProperties(destinationFileLocation: WorkflowInputFileLocation? = null, name: String? = null, overwriteExisting: WorkflowStepDecryptStepDetailsPropertiesOverwriteExisting? = null, sourceFileLocation: String? = null, type: WorkflowStepDecryptStepDetailsPropertiesType? = null)