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
| Name | Type | Description |
|---|---|---|
| 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> |