(* Options: Date: 2026-06-13 13:07:35 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://riskstoreng-dev.nephila.com/api //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetEventSetMetricsRequest.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace Nephila.RiskStore.ServiceModel.Requests open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type DealEventSetMetric() = member val SourceModelSystem:String = null with get,set member val ModelId:String = null with get,set member val SourceEventSetId:String = null with get,set member val EventSetId:Int64 = new Int64() with get,set member val PerspectiveId:Int32 = new Int32() with get,set member val ELAgg:Nullable = new Nullable() with get,set member val ELOcc:Nullable = new Nullable() with get,set member val PAtt:Nullable = new Nullable() with get,set member val PExh:Nullable = new Nullable() with get,set member val SourceDealId:String = null with get,set member val SourceDealSystem:String = null with get,set member val ApprovedDateTimeUtc:DateTime = new DateTime() with get,set [] type GetEventSetMetricsResponse() = member val DealEventSetMetrics:ResizeArray = null with get,set member val ResponseStatus:ResponseStatus = null with get,set [] [] type GetEventSetMetricsRequest() = interface IReturn interface IGet /// ///The analysis id to get the event set metrics for /// [] member val AnalysisId:Int64 = new Int64() with get,set