/* Options: Date: 2026-03-31 21:26:47 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: GetDocumentUploadDetailsList.* //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 GetDocumentUploadDetailsList : IReturn> { /** * Give one or more specific documentupload IDs separated by a semicolon (;) */ @ApiMember(Description="Give one or more specific documentupload IDs separated by a semicolon (;)", IsRequired=true) open var IDs:String? = null companion object { private val responseType = object : TypeToken>(){}.type } override fun getResponseType(): Any? = GetDocumentUploadDetailsList.responseType }