TimelineEvent

constructor(@Json(name = "eventName") eventName: String, @Json(name = "action") action: String, metadata: ProgramInfo? = null, payload: Map<String, Any>? = null)

Creates TimelineEvent instance