google_api_you_tube v0.10.0 GoogleApi.YouTube.V3.Model.CommentThread View Source
A comment thread represents information that applies to a top level comment and all its replies. It can also include the top level comment itself and some of the replies.
Attributes
etag(type:String.t, default:nil) - Etag of this resource.id(type:String.t, default:nil) - The ID that YouTube uses to uniquely identify the comment thread.kind(type:String.t, default:youtube#commentThread) - Identifies what kind of resource this is. Value: the fixed string "youtube#commentThread".replies(type:GoogleApi.YouTube.V3.Model.CommentThreadReplies.t, default:nil) - The replies object contains a limited number of replies (if any) to the top level comment found in the snippet.snippet(type:GoogleApi.YouTube.V3.Model.CommentThreadSnippet.t, default:nil) - The snippet object contains basic details about the comment thread and also the top level comment.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.YouTube.V3.Model.CommentThread{
etag: String.t(),
id: String.t(),
kind: String.t(),
replies: GoogleApi.YouTube.V3.Model.CommentThreadReplies.t(),
snippet: GoogleApi.YouTube.V3.Model.CommentThreadSnippet.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.