Class CompositeSubrequestResponse
- Namespace
- NetCoreForce.Client.Models
- Assembly
- NetCoreForce.Client.dll
public class CompositeSubrequestResponse
- Inheritance
-
CompositeSubrequestResponse
- Inherited Members
Properties
Body
[JsonProperty(PropertyName = "body")]
public object Body { get; set; }
Property Value
HttpStatusCode
[JsonProperty(PropertyName = "httpStatusCode")]
public int HttpStatusCode { get; set; }
Property Value
ReferenceId
[JsonProperty(PropertyName = "referenceId")]
public string ReferenceId { get; set; }