/* Options: Date: 2026-03-31 17:05:50 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://test-dogw.klokgroep.nl/api //Package: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: AddFile.* //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 AddFile : IReturn { open var Link:String? = null open var BlobID:UUID? = null open var Size:Int? = null open var IsAttachment:Boolean? = null open var Data:Boolean? = null open var OCR:Boolean? = null open var Preview:Boolean? = null open var Type:String? = null open var DateTimeLastModified:Date? = null open var MetricHeight:Int? = null open var MetricWidth:Int? = null open var DocumentID:UUID? = null open var OriginalFileName:String? = null companion object { private val responseType = AddFileResponse::class.java } override fun getResponseType(): Any? = AddFile.responseType } open class AddFileResponse { open var FileID:UUID? = null }