Class CallList
Represents the embedded list of calls returned from the Get Calls API response.
public class CallList
- Inheritance
-
CallList
- Inherited Members
Properties
Calls
The list of call records matching the search criteria.
[JsonProperty("calls")]
public List<CallRecord> Calls { get; set; }