/* Options: Date: 2024-10-18 04:33:25 Version: 6.40 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://digiofficeapigateway.deltares.nl/api //Package: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: GetDocumentUploadDetailsList.* //ExcludeTypes: //InitializeCollections: True //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.* */ import java.math.* import java.util.* 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) var IDs:String? = null companion object { private val responseType = object : TypeToken>(){}.type } override fun getResponseType(): Any? = GetDocumentUploadDetailsList.responseType }