Table of Contents

Class CallList

Namespace
Vonage.Voice
Assembly
Vonage.dll

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; }

Property Value

List<CallRecord>