(* Options: Date: 2026-06-13 13:32:43 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: GetMetaRiskRequest.* //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 MetaRiskIdentifier() = member val Id:Int32 = new Int32() with get,set member val Name:String = null with get,set [] type MetaRiskGroupMapping() = member val Id:Int32 = new Int32() with get,set member val Name:String = null with get,set member val MetaRisks:ResizeArray = null with get,set [] type GetMetaRiskResponse() = member val MetaRisks:ResizeArray = null with get,set member val MetaRiskGroups:ResizeArray = null with get,set [] [] type GetMetaRiskRequest() = interface IReturn interface IGet