/* Options: Date: 2026-09-21 22:52:22 SwiftVersion: 6.0 Version: 8.52 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: http://clouddemo.pickeos.com:1337 //BaseClass: //AddModelExtensions: True //AddServiceStackTypes: True //MakePropertiesOptional: True IncludeTypes: SensorStopLearning.* //ExcludeTypes: //ExcludeGenericBaseTypes: False //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True //InitializeCollections: False //TreatTypesAsStrings: //DefaultImports: Foundation,ServiceStack */ import Foundation import ServiceStack // @Route("/SensorStopLearning/{SensorID}") public class SensorStopLearning : Codable { /** * Sensor ID */ // @ApiMember(Description="Sensor ID", IsRequired=true) public var sensorID:String? required public init(){} }