(* Options: Date: 2025-05-06 15:58:20 Version: 6.10 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://stubbur-autoupdates-live.smartnewapis.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: ApiVersionInfoRequest.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace TicketUserServices.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type ApiVersionInfoResult() = member val History:ApiVersionInfo[] = [||] with get,set [] [] type ApiVersionInfoRequest() = interface IReturn member val MaxVersions:Nullable = new Nullable() with get,set member val FromDate:Nullable = new Nullable() with get,set