InlinePayloadInfoResponse

data class InlinePayloadInfoResponse(val format: String, val payload: List<PayloadFileResponse>)

A resource that represents the inline import job payload.

Constructors

Link copied to clipboard
constructor(format: String, payload: List<PayloadFileResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The import job format.

Link copied to clipboard

List of payload files.