Body

data class Body constructor(val goalCode: String? = null, val comment: String? = null)(source)

Represents the body of a request credential.

Constructors

Link copied to clipboard
constructor(goalCode: String? = null, comment: String? = null)

Properties

Link copied to clipboard
val comment: String? = null

The comment.

Link copied to clipboard
val goalCode: String? = null

The goal code.

Functions

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

Checks if this Body object is equal to the specified other object.

Link copied to clipboard
open override fun hashCode(): Int

Calculates the hash code for the object.