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
RecentItems
Recent objects of this type
[JsonProperty(PropertyName = "recentItems")]
public List<RecentItem> RecentItems { get; set; }