InstructionStepResponse

data class InstructionStepResponse(val description: String? = null, val innerSteps: List<InstructionStepResponse>? = null, val instructions: List<InstructionStepDetailsResponse>? = null, val title: String? = null)

Instruction steps to enable the connector.

Constructors

Link copied to clipboard
constructor(description: String? = null, innerSteps: List<InstructionStepResponse>? = null, instructions: List<InstructionStepDetailsResponse>? = null, title: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Gets or sets the instruction step description.

Link copied to clipboard

Gets or sets the inner instruction steps details. Foe Example: instruction step 1 might contain inner instruction steps: instruction step 1.1, instruction step 1.2.

Link copied to clipboard

Gets or sets the instruction step details.

Link copied to clipboard
val title: String? = null

Gets or sets the instruction step title.