/* Options: Date: 2026-03-31 22:59:36 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://dogw.klokgroep.nl/api //Package: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: UpdateDocumentWithFile.* //ExcludeTypes: //InitializeCollections: False //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,java.io.InputStream,net.servicestack.client.* */ import java.math.* import java.util.* import java.io.InputStream import net.servicestack.client.* open class UpdateDocumentWithFile : IReturn { open var DocumentId:UUID? = null open var UpdateStorageSystem:Boolean? = null companion object { private val responseType = UpdateDocumentWithFileResponse::class.java } override fun getResponseType(): Any? = UpdateDocumentWithFile.responseType } open class UpdateDocumentWithFileResponse { open var IsSucces:Boolean? = null open var FailureReason:String? = null open var FileUrl:String? = null }