GoogleApi.YouTube.V3.Model.Comment (google_api_you_tube v0.38.0) View Source

A comment represents a single YouTube comment.

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.
  • kind (type: String.t, default: youtube#comment) - Identifies what kind of resource this is. Value: the fixed string "youtube#comment".
  • snippet (type: GoogleApi.YouTube.V3.Model.CommentSnippet.t, default: nil) - The snippet object contains basic details about the comment.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.YouTube.V3.Model.Comment{
  etag: String.t() | nil,
  id: String.t() | nil,
  kind: String.t() | nil,
  snippet: GoogleApi.YouTube.V3.Model.CommentSnippet.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.