Body

data class Body(val goalCode: String? = null, val goal: String? = null, val accept: List<String>?)(source)

Represents the body of the out-of-band invitation message.

Constructors

Link copied to clipboard
constructor(goalCode: String? = null, goal: String? = null, accept: List<String>?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "goal_code")
val goalCode: String? = null