Class CountGatewayData<T>
public class CountGatewayData<T> where T : class
Type Parameters
T
- Inheritance
-
objectCountGatewayData<T>
Properties
Counts
[JsonProperty("counts")]
public T[] Counts { get; set; }
Property Value
- T[]
public class CountGatewayData<T> where T : class
T[JsonProperty("counts")]
public T[] Counts { get; set; }