AnonymizedFields

data class AnonymizedFields(var event: String? = null, val fields: HashSet<String>? = HashSet())

Constructors

Link copied to clipboard
constructor(event: String? = null, fields: HashSet<String>? = HashSet())

Properties

Link copied to clipboard
Link copied to clipboard