Share via


ReportRecordContract.ServiceTimeMin Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to