/* Options: Date: 2025-07-17 23:51:21 Version: 6.40 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://hcbtas-q-albamfs-api.azurewebsites.net //Package: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: WebviewManageHandlerReq.* //ExcludeTypes: //InitializeCollections: True //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.* */ import java.math.* import java.util.* import net.servicestack.client.* @Route(Path="/powens/webviewhandler/manage", Verbs="POST") open class WebviewManageHandlerReq : IReturn { var state:String? = null companion object { private val responseType = HttpWebResponse::class.java } override fun getResponseType(): Any? = WebviewManageHandlerReq.responseType }