/* Options: Date: 2025-07-04 10:38:47 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: GetNavigators.* //ExcludeTypes: //ExcludeGenericBaseTypes: False //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True //InitializeCollections: True //TreatTypesAsStrings: //DefaultImports: Foundation,ServiceStack */ import Foundation import ServiceStack // @Route("/views/{ViewId}/explorers/{ExplorerId}/navigators", "GET") // @Route("/documentviews/{ViewId}/explorers/{ExplorerId}/navigators", "GET") public class GetNavigators : IReturn, Codable { public typealias Return = [Node] public var viewId:String public var explorerId:String public var path:String public var nodeExplorerID:String public var searchCriteria:String required public init(){} }