ReportRecordContract.CallCountSuccess Property

Definition

Gets or sets number of successful calls. This includes calls returning HttpStatusCode <= 301 and HttpStatusCode.NotModified and HttpStatusCode.TemporaryRedirect

[Newtonsoft.Json.JsonProperty(PropertyName="callCountSuccess")]
public int? CallCountSuccess { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="callCountSuccess")>]
member this.CallCountSuccess : Nullable<int> with get, set
Public Property CallCountSuccess As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to