DeleteStepDetails

The name of the step, used to identify the delete step.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String?

The name of the step, used as an identifier.

Link copied to clipboard

Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow.

Functions

Link copied to clipboard
inline fun copy(block: DeleteStepDetails.Builder.() -> Unit = {}): DeleteStepDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String