Record

content-response

No description available.

record content-response {
  id: option​<string>,
  attachments: option​<list​<content-response-attachments-item>>,
  from-email: option​<string>,
  from-name: option​<string>,
  headers: option​<content-response-headers>,
  html: option​<string>,
  subject: option​<string>,
  tags: option​<list​<string>>,
  text: option​<string>,
  to: option​<content-response-to>,
  ts: option​<s32>,
}

Fields

NameTypeDescription
idoption​<string>
attachmentsoption​<list​<content-response-attachments-item>>
from-emailoption​<string>
from-nameoption​<string>
headersoption​<content-response-headers>
htmloption​<string>
subjectoption​<string>
tagsoption​<list​<string>>
textoption​<string>
tooption​<content-response-to>
tsoption​<s32>