Wasm Directoryalpha
Record

retrieve-comments-response

No description available.

record retrieve-comments-response {
  comment: option​<retrieve-comments-response-comment>,
  has-more: option​<bool>,
  next-cursor: option​<string>,
  object: option​<string>,
  results: option​<list​<retrieve-comments-response-results-item>>,
  type-op: option​<string>,
}

Fields

NameTypeDescription
commentoption​<retrieve-comments-response-comment>
has-moreoption​<bool>
next-cursoroption​<string>
objectoption​<string>
resultsoption​<list​<retrieve-comments-response-results-item>>
type-opoption​<string>