Current section
Files
Jump to
Current section
Files
include/gleetube@model@comment_thread_CommentThreadListResponse.hrl
-record(comment_thread_list_response, {
kind :: gleam@option:option(binary()),
etag :: gleam@option:option(binary()),
next_page_token :: gleam@option:option(binary()),
prev_page_token :: gleam@option:option(binary()),
page_info :: gleam@option:option(gleetube@model@common:page_info()),
items :: list(gleetube@model@comment_thread:comment_thread())
}).