/* Options: Date: 2025-12-11 17:36:43 Version: 8.30 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://catalog-jobs-dev.power.dev //Package: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: IsoNeLocationObjectIdFixRequest.* //ExcludeTypes: //InitializeCollections: True //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.* */ import java.math.* import java.util.* import net.servicestack.client.* @Route(Path="/iso-ne/location-object-id-fix", Verbs="POST") open class IsoNeLocationObjectIdFixRequest { var start:Date? = null var end:Date? = null }