Class CompositeSubRequest
- Namespace
- NetCoreForce.Client.Models
- Assembly
- NetCoreForce.Client.dll
public class CompositeSubRequest
- Inheritance
-
CompositeSubRequest
- Inherited Members
Constructors
CompositeSubRequest(SObject, string, string, string)
Constructor
public CompositeSubRequest(SObject body, string method, string referenceId, string url)
Parameters
Properties
Body
[JsonProperty(PropertyName = "body")]
public SObject Body { get; set; }
Property Value
Method
[JsonProperty(PropertyName = "method")]
public string Method { get; set; }
Property Value
ReferenceId
[JsonProperty(PropertyName = "referenceId")]
public string ReferenceId { get; set; }
Property Value
Url
[JsonProperty(PropertyName = "url")]
public string Url { get; set; }