ResponsePayloadPart

Response payload part structure.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The payload bytes.

Link copied to clipboard

Completion state header. Can be one of these possible values: "PARTIAL", "COMPLETE".

Link copied to clipboard

Data type header. Can be one of these possible values: "UTF8", "BINARY".

Link copied to clipboard
val p: String?

Padding string for alignment.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String