Table of Contents

Class BatchRequestOutput

The per-line object of the batch output and error files

public class BatchRequestOutput
Inheritance
object
BatchRequestOutput

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