Table of Contents

Class SObjectTreeError

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

Properties

Fields

[JsonProperty(PropertyName = "fields")]
public List<string> Fields { get; set; }

Property Value

List<string>

Message

[JsonProperty(PropertyName = "message")]
public string Message { get; set; }

Property Value

string

StatusCode

[JsonProperty(PropertyName = "statusCode")]
public string StatusCode { get; set; }

Property Value

string