IdentityDataProcessingConsentStatus

data class IdentityDataProcessingConsentStatus(val consented: Boolean, val consentedAtEpochMs: Double?, val consentWithdrawnAtEpochMs: Double?, val content: String?, val contentType: String?, val language: String?)

Status of identity data processing consent. Matches GraphQL: type IdentityDataProcessingConsentStatus

Constructors

Link copied to clipboard
constructor(consented: Boolean, consentedAtEpochMs: Double?, consentWithdrawnAtEpochMs: Double?, content: String?, contentType: String?, language: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard