RequestReportRecordContract.ApiTime Property

Definition

Gets or sets the total time it took to process this request.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to