/* Options: Date: 2026-03-31 22:59:26 SwiftVersion: 6.0 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://test-do-services.klokgroep.nl/api //BaseClass: //AddModelExtensions: True //AddServiceStackTypes: True //MakePropertiesOptional: True IncludeTypes: CreateZipFileForTempLinkAttachments.* //ExcludeTypes: //ExcludeGenericBaseTypes: False //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True //InitializeCollections: False //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(){} }