Table of Contents

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

List<SObjectTreeError>

Id

Object Id

[JsonProperty(PropertyName = "id")]
public string Id { get; set; }

Property Value

string

ReferenceId

Reference Id

[JsonProperty(PropertyName = "referenceId")]
public string ReferenceId { get; set; }

Property Value

string