Getting null values when deserializing a list using RestSharp
问题 I am new to C# and to RestSharp. I am writing a small program to retrieve a list of records via REST. I have been able to retrieve one record. Now I need to get a list of records, and here I have a problem. The response I get using SoapUI looks like this: { "@count": 2, "@start": 1, "@totalcount": 2, "Messages": [], "ResourceName": "email", "ReturnCode": 0, "content": [ {"email": {"evsysseq": "0000000000000262"}}, {"email": {"evsysseq": "0000000000000263"}} ] } My code looks like this: class