/* Options: Date: 2025-12-08 15:21:06 Version: 8.70 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://api.beto2.webhop.biz //Package: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: FindLocationMarkers.* //ExcludeTypes: //InitializeCollections: False //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,java.io.InputStream,net.servicestack.client.*,com.google.gson.annotations.*,com.google.gson.reflect.* */ import java.math.* import java.util.* import java.io.InputStream import net.servicestack.client.* import com.google.gson.annotations.* import com.google.gson.reflect.* @Route(Path="/qry/locations/markers") open class FindLocationMarkers : IReturn> { open var organizationId:String? = null open var groupId:String? = null companion object { private val responseType = object : TypeToken>(){}.type } override fun getResponseType(): Any? = FindLocationMarkers.responseType }