Event Id2
class EventId2<T1, T2>(group: EventLogGroup, eventId: String, field1: EventField<T1>, field2: EventField<T2>, description: String) : BaseEventId
An event with two fields.
Constructors
Link copied to clipboard
constructor(group: EventLogGroup, eventId: String, field1: EventField<T1>, field2: EventField<T2>, description: String)