Instruction Step Response
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
fun InstructionStepResponse(description: String? = null, innerSteps: List<InstructionStepResponse>? = null, instructions: List<InstructionStepDetailsResponse>? = null, title: String? = null)