ConsentUserResponse

data class ConsentUserResponse(val id: Long, val accepted: Boolean)

ConsentResponse, the response for a single consent. When a user accept or decline a main or sub consent a ConsentResponse should be sent to update the value.

Constructors

Link copied to clipboard
constructor(id: Long, accepted: Boolean)

Properties

Link copied to clipboard

boolean value True if the user accepted False if the user declined.

Link copied to clipboard
val id: Long

the id of the Consent.