Group Descriptor
data class GroupDescriptor(val id: String, val type: GroupType, val version: Int, val schema: Set<EventDescriptor>, val description: String, val className: String? = null, val fileName: String? = null, val recorder: String? = null, val plugin: PluginSchemeDescriptor? = null) : EventsSchemePart
Constructors
Link copied to clipboard
constructor(id: String, type: GroupType, version: Int, schema: Set<EventDescriptor>, description: String, className: String? = null, fileName: String? = null, recorder: String? = null, plugin: PluginSchemeDescriptor? = null)