Class ApiResponseCodeCounts
API response code counts information
[DataContract]
public class ApiResponseCodeCounts
- Inheritance
-
ApiResponseCodeCounts
- Inherited Members
Constructors
ApiResponseCodeCounts()
public ApiResponseCodeCounts()
Properties
ByCode
Aggregated response code counts
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "byCode")]
public List<ApiResponseCodeCount>? ByCode { get; set; }
Property Value
Total
Total number of requests
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "total")]
public int Total { get; set; }