BatchResponse

@Serializable
data class BatchResponse(val body: String? = null, val headers: Set<Header>? = null, val requestId: Long? = null, val statusCode: Int? = null)

Parameters

body
headers
requestId
statusCode

Constructors

Link copied to clipboard
constructor(body: String? = null, headers: Set<Header>? = null, requestId: Long? = null, statusCode: Int? = null)

Properties

Link copied to clipboard
val body: String? = null
Link copied to clipboard
val headers: Set<Header>? = null
Link copied to clipboard
val requestId: Long? = null
Link copied to clipboard
val statusCode: Int? = null