VideoContentSearchCommentAnchorSetFeaturesComment

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCommentAnchorSetFeaturesComment


Table of Contents ▼

Jump to a specific part of the page:

Description

A structure that represents a comment. Fields 1 through 6 are designed to store responses from the 3P YouTube Data API (see https://developers.google.com/youtube/v3/docs/comments). Field 7 is used to store the Google-internal representation of the comment; if it is populated, then all other fields may be empty. Next ID: 8

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. commentId (type: String.t, default: nil)
    - The ID that YouTube uses to uniquely identify the comment.
  2. likeCount (type: integer(), default: nil)
    - The total number of likes (positive ratings) the comment has received.
  3. miniStanza (type: GoogleApi.ContentWarehouse.V1.Model.YoutubeCommentsClusteringMiniStanza, default: nil)
    - The MiniStanza object that represents the comment. If populated, all other fields in this message may be empty.
  4. publishedAt (type: String.t, default: nil)
    - The date and time when the comment was orignally published, specified in ISO 8601 format.
  5. textDisplay (type: String.t, default: nil)
    - The comment's text, in HTML.
  6. textOriginal (type: String.t, default: nil)
    - The original, raw text of the comment.
  7. updatedAt (type: String.t, default: nil)
    - The date and time when the comment was last updated, specified in ISO 8601 format.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCommentAnchorSetFeaturesComment{
commentId: String.t() | nil,
likeCount: integer() | nil,
miniStanza: GoogleApi.ContentWarehouse.V1.Model.YoutubeCommentsClusteringMiniStanza.t() | nil,
publishedAt: String.t() | nil,
textDisplay: String.t() | nil,
textOriginal: String.t() | nil,
updatedAt: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCommentAnchorSetFeaturesComment