Table of Contents

Class DescribeGlobal

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

Properties

Encoding

[JsonProperty(PropertyName = "encoding")]
public string Encoding { get; set; }

Property Value

string

MaxBatchSize

[JsonProperty(PropertyName = "maxBatchSize")]
public int MaxBatchSize { get; set; }

Property Value

int

SObjects

[JsonProperty(PropertyName = "sobjects")]
public List<SObjectDescribeBasic> SObjects { get; set; }

Property Value

List<SObjectDescribeBasic>