InterestGroupAccessed

@Serializable
data class InterestGroupAccessed(val accessTime: TimeSinceEpoch, val type: InterestGroupAccessType, val ownerOrigin: String, val name: String) : StorageEvent(source)

One of the interest groups was accessed by the associated page.

Official doc

Constructors

Link copied to clipboard
constructor(accessTime: TimeSinceEpoch, type: InterestGroupAccessType, ownerOrigin: String, name: String)

Properties

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