Table of Contents

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

SObjectAttributes

Id

[JsonProperty(PropertyName = "id")]
public string Id { get; set; }

Property Value

string

Name

[JsonProperty(PropertyName = "name")]
public string Name { get; set; }

Property Value

string