Class BatchRequestOutput
The per-line object of the batch output and error files
public class BatchRequestOutput
- Inheritance
-
objectBatchRequestOutput
Properties
CustomId
A developer-provided per-request id that will be used to match outputs to inputs.
public string CustomId { get; set; }
Property Value
- string
Error
The error object
public ErrorInfo Error { get; set; }
Property Value
- ErrorInfo
Response
The response object
public object Response { get; set; }
Property Value
- object