google_api_you_tube v0.2.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 (String.t): Etag of this resource. Defaults to:
null. - id (String.t): The ID that YouTube uses to uniquely identify the comment thread. Defaults to:
null. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "youtube#commentThread". Defaults to:
null. - replies (CommentThreadReplies): The replies object contains a limited number of replies (if any) to the top level comment found in the snippet. Defaults to:
null. - snippet (CommentThreadSnippet): The snippet object contains basic details about the comment thread and also the top level comment. Defaults to:
null.
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 Source
t() :: %GoogleApi.YouTube.V3.Model.CommentThread{
etag: any(),
id: any(),
kind: any(),
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.