FieldDescriptor

data class FieldDescriptor(val path: String, val value: Set<String>, val dataType: FieldDataType, val shouldBeAnonymized: Boolean, val description: String?) : EventsSchemePart

Constructors

Link copied to clipboard
constructor(path: String, value: Set<String>, dataType: FieldDataType, shouldBeAnonymized: Boolean, description: String?)

Properties

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

Functions

Link copied to clipboard
open override fun getName(): String