EventDescriptor

data class EventDescriptor(val event: String, val fields: Set<FieldDescriptor>, val description: String, val category: EventCategory? = null, val presentation_template: String? = null) : EventsSchemePart

Constructors

Link copied to clipboard
constructor(event: String, fields: Set<FieldDescriptor>, description: String, category: EventCategory? = null, presentation_template: String? = null)

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