Exec Step Config Response
data class ExecStepConfigResponse(val allowedSuccessCodes: List<Int>, val gcsObject: GcsObjectResponse, val interpreter: String, val localPath: String)
Common configurations for an ExecStep.
Constructors
Link copied to clipboard
fun ExecStepConfigResponse(allowedSuccessCodes: List<Int>, gcsObject: GcsObjectResponse, interpreter: String, localPath: String)