/* Options: Date: 2025-12-06 09:35:13 Version: 8.0 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://sfgboxapi.dev.scadsoftware.com //Package: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: TrackingLog.* //ExcludeTypes: //InitializeCollections: True //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.* */ import java.math.* import java.util.* import net.servicestack.client.* @Route(Path="/trackinglog", Verbs="POST") open class TrackingLog { var tenantsId:Long? = null var appUserId:Long? = null var mediaId:Long? = null var mediaPercentage:Long? = null var score:Int? = null var menuItems:String? = null var entities:String? = null var ipAddress:String? = null var country:String? = null var accessDateTime:Date? = null }