Envelope

Constructors

Link copied to clipboard
constructor(header: Header? = null, body: T)

Properties

Link copied to clipboard
val body: T
Link copied to clipboard
@SerialName(value = "Header")
val header: Header?

Functions

Link copied to clipboard
fun copy(header: Header? = this.header, body: T = this.body): Envelope<T>