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
MaxBatchSize
[JsonProperty(PropertyName = "maxBatchSize")]
public int MaxBatchSize { get; set; }
Property Value
SObjects
[JsonProperty(PropertyName = "sobjects")]
public List<SObjectDescribeBasic> SObjects { get; set; }