Condividi tramite


ReportRecordContract.ServiceTimeMax Property

Definition

Gets or sets maximum time it took to process request on backend.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to