(* Options: Date: 2025-07-17 23:22:20 Version: 6.40 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://hcbtas-q-albamfs-api.azurewebsites.net //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: SetPdfModelRequest.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace AlbaApi.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations open System.IO [] type PdfModel() = member val Model:String = null with get,set [] type SetPdfModelResponse() = member val Id:Guid = new Guid() with get,set member val Success:Boolean = new Boolean() with get,set [] [] type SetPdfModelRequest() = interface IReturn member val PdfModel:PdfModel = null with get,set