AgeAssuranceOverrideEvent

data class AgeAssuranceOverrideEvent(val status: AgeAssuranceOverrideEventStatus, val access: Access? = null, val comment: String)

Age assurance status override by moderators. Only works on DID subjects.

Parameters

status

The status to be set for the user decided by a moderator, overriding whatever value the user had previously. Use reset to default to original state.

comment

Comment describing the reason for the override.

Constructors

Link copied to clipboard
constructor(status: AgeAssuranceOverrideEventStatus, access: Access? = null, comment: String)

Properties

Link copied to clipboard
Link copied to clipboard

Comment describing the reason for the override.

Link copied to clipboard

The status to be set for the user decided by a moderator, overriding whatever value the user had previously. Use reset to default to original state.