interface ConsentStatusResult
consentType
: String
[Get] |
Type of a consent.
Signature
abstract val consentType: String |
decisionTime
: Long
[Get] |
Last status update time for the consent
Signature
abstract val decisionTime: Long |
status
: ConsentStatus
[Get] |
Current status of a consent.
Signature
abstract val status: ConsentStatus |
version
: String?
[Get] |
Version of the consent. Some consents can have different versions.
Signature
abstract val version: String? |