ReportRecordContract.ApiTimeMax Property

Definition

Gets or sets maximum time it took to process request.

[Newtonsoft.Json.JsonProperty(PropertyName="apiTimeMax")]
public double? ApiTimeMax { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="apiTimeMax")>]
member this.ApiTimeMax : Nullable<double> with get, set
Public Property ApiTimeMax As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to