InstructionStepDetailsResponse

data class InstructionStepDetailsResponse(val parameters: Any, val type: String)

Instruction step details, to be displayed in the Instructions steps section in the connector's page in Sentinel Portal.

Constructors

Link copied to clipboard
constructor(parameters: Any, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the instruction type parameters settings.

Link copied to clipboard

Gets or sets the instruction type name.