Body

data class Body(val type: String, val onboardEndpoint: String, val from: String)(source)

Represents the body of an invitation in the PrismOnboardingInvitation class.

Constructors

Link copied to clipboard
constructor(type: String, onboardEndpoint: String, from: String)

Properties

Link copied to clipboard

The sender of the invitation.

Link copied to clipboard

The onboard endpoint of the invitation.

Link copied to clipboard

The type of the invitation.