(* Options: Date: 2026-06-13 13:30:05 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: SetShouldCachePerspective.* //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 SetShouldCachePerspective() = interface IPost /// ///The perspective ids to set the should cache flag /// [] member val PerspectiveIds:ResizeArray = null with get,set /// ///Set to true to force cache reload (event sets etc...) /// [] member val RefreshCache:Boolean = new Boolean() with get,set