Wasm Directoryalpha
Record

mark-comment-read-response-data

No description available.

record mark-comment-read-response-data {
  body: option​<string>,
  comment-record-id: option​<string>,
  comment-record-type: option​<comment-comment-record-type-enum>,
  commenter: option​<string>,
  commenter-type: option​<comment-commenter-type-enum>,
  created-at: option​<string>,
  id: option​<string>,
  read-at: option​<string>,
  updated-at: option​<string>,
}

Fields

NameTypeDescription
bodyoption​<string>
comment-record-idoption​<string>
comment-record-typeoption​<comment-comment-record-type-enum>
commenteroption​<string>
commenter-typeoption​<comment-commenter-type-enum>
created-atoption​<string>
idoption​<string>
read-atoption​<string>
updated-atoption​<string>