EventsScheme

data class EventsScheme(val buildNumber: String?, val scheme: List<GroupDescriptor>, val commitHash: String? = null, val recorderScheme: List<RecorderDescriptor>? = null)

The root class for the generated product schema. Todo: rename to something like FusScheme or ReportingScheme (as it is not only about events)

Constructors

Link copied to clipboard
constructor(buildNumber: String?, scheme: List<GroupDescriptor>, commitHash: String? = null, recorderScheme: List<RecorderDescriptor>? = null)

Properties

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