Table of Contents

Class SObjectBasicInfo

Namespace
NetCoreForce.Client.Models
Assembly
NetCoreForce.Client.dll

SObject Basic Information resource response

public class SObjectBasicInfo
Inheritance
SObjectBasicInfo
Inherited Members

Properties

ObjectDescribe

SObject Basic Information

[JsonProperty(PropertyName = "objectDescribe")]
public SObjectDescribeBasic ObjectDescribe { get; set; }

Property Value

SObjectDescribeBasic

RecentItems

Recent objects of this type

[JsonProperty(PropertyName = "recentItems")]
public List<RecentItem> RecentItems { get; set; }

Property Value

List<RecentItem>