(* Options: Date: 2025-06-07 18:52:08 Version: 8.12 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://soluser-recaudo.sgsas.co //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: ReportLogRQ.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Administrador.Modelo.Tipos open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type ReportLogRS() = member val isLog:Boolean = new Boolean() with get,set member val error:String = null with get,set [] [] type ReportLogRQ() = interface IReturn member val idReport:Decimal = new Decimal() with get,set member val Parametros:String = null with get,set