C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
TailMetrics.cs
Go to the documentation of this file.
1using System;
2using System.Runtime.Serialization;
3
4namespace AnalyzeRe.Metrics
5{
10 public partial class TailMetrics : TailDistributionMetrics, IMetricsResponse<TailMetrics.Context>
11 {
14 [DataMember(Order = 9)]
15 public Context context { get; set; }
16 }
17}
The context of a tail metrics request, indicating what parameters were used in the simulation that pr...
Context context
The context of a tail metrics request, indicating what parameters were used in the simulation that pr...