Class SObjectTreeRequest
- Namespace
- NetCoreForce.Client.Models
- Assembly
- NetCoreForce.Client.dll
public class SObjectTreeRequest
- Inheritance
-
SObjectTreeRequest
- Inherited Members
Constructors
SObjectTreeRequest(List<SObject>)
Constructor
public SObjectTreeRequest(List<SObject> records)
Parameters
Properties
Records
Required. A list of sObjects. In a POST request using sObject Collections, set the type attribute for each object, but don’t set the id field for any object.
[JsonProperty(PropertyName = "records")]
public List<SObject> Records { get; set; }