/* Options: Date: 2025-12-16 10:28:36 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://mds-api.mojomotorcycles.com.au //Package: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: GetDiagramImage.* //ExcludeTypes: //InitializeCollections: True //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.* */ import java.math.* import java.util.* import net.servicestack.client.* @Route("/image/{DiagramId}") open class GetDiagramImage : IReturn { var DiagramId:Int? = null companion object { private val responseType = ByteArray::class.java } override fun getResponseType(): Any? = GetDiagramImage.responseType }