Class RecentItem
- Namespace
- NetCoreForce.Client.Models
- Assembly
- NetCoreForce.Client.dll
Recent SObjects, used in SObject basic info/metadata requests
public class RecentItem
- Inheritance
-
RecentItem
- Inherited Members
Properties
Attributes
[JsonProperty(PropertyName = "attributes")]
public SObjectAttributes Attributes { get; set; }
Property Value
Id
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Name
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }