Runbook Parameter Response
    data class RunbookParameterResponse(val defaultValue: String? = null, val isMandatory: Boolean? = null, val position: Int? = null, val type: String? = null)
Definition of the runbook parameter type.
Constructors
Link copied to clipboard
                fun RunbookParameterResponse(defaultValue: String? = null, isMandatory: Boolean? = null, position: Int? = null, type: String? = null)