/* Options: Date: 2026-03-31 18:50:02 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://test-do-services.klokgroep.nl/api //Package: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: GetRights.* //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 GetRights : IReturn { open var Rights:ArrayList? = null open var EntityName:String? = null open var ID:String? = null companion object { private val responseType = RightsInformation::class.java } override fun getResponseType(): Any? = GetRights.responseType } open class RightsInformation { open var Rights:Hashtable? = null }