BatchJobResponse

@Serializable
data class BatchJobResponse(val inlinedResponses: InlinedResponsesWrapper? = null)

The response payload of a completed batch job.

Constructors

Link copied to clipboard
constructor(inlinedResponses: InlinedResponsesWrapper? = null)

Properties

Link copied to clipboard
@SerialName(value = "inlinedResponses")
val inlinedResponses: InlinedResponsesWrapper?

The list of inline responses.