Table of Contents

Class SObjectAttributes

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

Properties

ReferenceId

Reference ID for this record, Used in SObject Tree reuests. Must be unique in the context of the request and start with an alphanumeric character. e.g. "ref1"

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

Property Value

string

Type

This record’s type. e.g. "Account"

[JsonProperty(PropertyName = "type")]
public string Type { get; set; }

Property Value

string

Url

Object URL e.g. "/services/data/v57.0/sobjects/Account/001XXXXXXXXXXXXXXX"

[JsonProperty(PropertyName = "url")]
public string Url { get; set; }

Property Value

string