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