MailSlurpAPI.Model.ScheduledJob (mailslurp v15.17.22)

Summary

Types

@type t() :: %MailSlurpAPI.Model.ScheduledJob{
  createdAt: DateTime.t(),
  groupId: String.t(),
  id: String.t(),
  inboxId: String.t(),
  jobId: String.t(),
  sendAtTimestamp: DateTime.t(),
  status: String.t(),
  triggerId: String.t(),
  updatedAt: DateTime.t(),
  userId: String.t()
}