QueryResult
Result from a SOQL query execution
CloudCRMCustomer ManagementEnterpriseSales
Properties
| Name |
Type |
Description |
| totalSize |
integer |
Total number of records matching the query |
| done |
boolean |
Whether all results have been returned |
| nextRecordsUrl |
string |
URL to retrieve the next batch of results (if done is false) |
| records |
array |
Array of matching records |
JSON Schema