Record

event

No description available.

record event {
  action: option​<event-action-enum>,
  created: option​<string>,
  duration: option​<f64>,
  entity: option​<event-entity>,
  id: option​<s32>,
  message: option​<string>,
  percent-complete: option​<s32>,
  rate: option​<string>,
  read: option​<bool>,
  secondary-entity: option​<event-secondary-entity>,
  seen: option​<bool>,
  status: option​<event-status-enum>,
  time-remaining: option​<string>,
  username: option​<string>,
}

Fields

NameTypeDescription
actionoption​<event-action-enum>
createdoption​<string>
durationoption​<f64>
entityoption​<event-entity>
idoption​<s32>
messageoption​<string>
percent-completeoption​<s32>
rateoption​<string>
readoption​<bool>
secondary-entityoption​<event-secondary-entity>
seenoption​<bool>
statusoption​<event-status-enum>
time-remainingoption​<string>
usernameoption​<string>