google_api_you_tube v0.4.0 GoogleApi.YouTube.V3.Model.VideoStatistics View Source

Statistics about the video, such as the number of times the video was viewed or liked.

Attributes

  • commentCount (String.t): The number of comments for the video. Defaults to: null.
  • dislikeCount (String.t): The number of users who have indicated that they disliked the video by giving it a negative rating. Defaults to: null.
  • favoriteCount (String.t): The number of users who currently have the video marked as a favorite video. Defaults to: null.
  • likeCount (String.t): The number of users who have indicated that they liked the video by giving it a positive rating. Defaults to: null.
  • viewCount (String.t): The number of times the video has been viewed. 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.VideoStatistics{
  commentCount: any(),
  dislikeCount: any(),
  favoriteCount: any(),
  likeCount: any(),
  viewCount: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.