/* Options: Date: 2026-03-13 22:09:56 SwiftVersion: 6.0 Version: 8.60 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://milliet.io //BaseClass: //AddModelExtensions: True //AddServiceStackTypes: True //MakePropertiesOptional: True IncludeTypes: url_shortenerDirectUrl.* //ExcludeTypes: //ExcludeGenericBaseTypes: False //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True //InitializeCollections: False //TreatTypesAsStrings: //DefaultImports: Foundation,ServiceStack */ import Foundation import ServiceStack // @Route("/{url}", "GET,POST") public class url_shortenerDirectUrl : Codable { /** * url */ // @ApiMember(DataType="string", Description="url", IsRequired=true, Name="url", ParameterType="path") public var url:String? required public init(){} }