Packages

Idiomatic Gleam client for the YouTube Data API V3

Current section

Files

Jump to
gleetube include gleetube@model@comment_thread_CommentThreadListResponse.hrl
Raw

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())
}).