Class SObjectTreeResult
- Namespace
- NetCoreForce.Client.Models
- Assembly
- NetCoreForce.Client.dll
public class SObjectTreeResult
- Inheritance
-
SObjectTreeResult
- Inherited Members
Properties
Errors
Errors
[JsonProperty(PropertyName = "errors")]
public List<SObjectTreeError> Errors { get; set; }
Property Value
Id
Object Id
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
ReferenceId
Reference Id
[JsonProperty(PropertyName = "referenceId")]
public string ReferenceId { get; set; }