Wasm Directoryalpha
Record

schedulingchange-info

No description available.

record schedulingchange-info {
  id: option​<string>,
  created-at: option​<string>,
  from-email: option​<string>,
  send-at: option​<string>,
  subject: option​<string>,
  to: option​<string>,
}

Fields

NameTypeDescription
idoption​<string>
created-atoption​<string>
from-emailoption​<string>
send-atoption​<string>
subjectoption​<string>
tooption​<string>