Detector Response
data class DetectorResponse(val description: String, val id: String, val imagePaths: List<String>, val name: String, val parameterDefinitions: List<DetectorParameterDefinitionResponse>, val parameters: Map<String, Any>? = null, val supportedCadences: List<Int>, val supportedResourceTypes: List<String>)
The detector information. By default this is not populated, unless it's specified in expandDetector