(* Options: Date: 2026-06-19 14:34:31 Version: 10.05 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://api-staging.bookmore.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: ReplayVossErrorLog.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace BokaMera.API.ServiceModel.Dtos open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations open System.Globalization open ServiceStack.Data open System.Net open System.Net.Http.Headers [] type VossErrorLogQueryResponse() = member val Id:Int32 = new Int32() with get,set member val CompanyId:Nullable = new Nullable() with get,set member val TypeId:Int32 = new Int32() with get,set member val TypeName:String = null with get,set member val Source:Int32 = new Int32() with get,set member val SourceName:String = null with get,set member val Comments:String = null with get,set member val MetaData:String = null with get,set member val QueueName:String = null with get,set member val MessageType:String = null with get,set member val DeliveryCount:Nullable = new Nullable() with get,set member val DeadLetterReason:String = null with get,set member val Resolved:Boolean = new Boolean() with get,set member val CreatedDate:DateTime = new DateTime() with get,set [] [] [] type ReplayVossErrorLog() = interface IReturn /// ///VossErrorLog id to replay /// [] member val Id:Int32 = new Int32() with get,set