Class ApiResponseCodesHistoryByApplication
API response codes history aggregated by application
[DataContract]
public class ApiResponseCodesHistoryByApplication
- Inheritance
-
ApiResponseCodesHistoryByApplication
- Inherited Members
Constructors
ApiResponseCodesHistoryByApplication()
public ApiResponseCodesHistoryByApplication()
Properties
Name
Application name
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string? Name { get; set; }
Property Value
Overall
Overall response code information
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "overall")]
public ApiResponseCodeOverall? Overall { get; set; }
Property Value
UserAgentString
User agent string of the application
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "userAgentString")]
public string? UserAgentString { get; set; }