Class ResponseCodeCount
Class for the screen out interviews overview
public class ResponseCodeCount
- Inheritance
-
ResponseCodeCount
- Inherited Members
Properties
Count
[JsonProperty("Count", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int Count { get; set; }
Property Value
ResponseCode
[JsonProperty("ResponseCode", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int ResponseCode { get; set; }