Table of Contents

Class SObjectTreeResponse

Namespace
NetCoreForce.Client.Models
Assembly
NetCoreForce.Client.dll
public class SObjectTreeResponse
Inheritance
SObjectTreeResponse
Inherited Members

Properties

HasErrors

Has Errors

[JsonProperty(PropertyName = "hasErrors")]
public string HasErrors { get; set; }

Property Value

string

Results

Results

[JsonProperty(PropertyName = "results")]
public List<SObjectTreeResult> Results { get; set; }

Property Value

List<SObjectTreeResult>

Success

Success flag

[JsonProperty(PropertyName = "success")]
public bool Success { get; set; }

Property Value

bool