/* Options: Date: 2025-07-04 08:32:52 SwiftVersion: 5.0 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://doapigw.baasbv.nl/api //BaseClass: //AddModelExtensions: True //AddServiceStackTypes: True IncludeTypes: CreateZipFileForTempLinkAttachments.* //ExcludeTypes: //ExcludeGenericBaseTypes: False //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True //InitializeCollections: True //TreatTypesAsStrings: //DefaultImports: Foundation,ServiceStack */ import Foundation import ServiceStack // @Route("/createzipfilefortemplinkattachments/{DocumentID}", "GET") public class CreateZipFileForTempLinkAttachments : IReturn, Codable { public typealias Return = String public var documentID:String required public init(){} }