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

Attributes

  • comments (type: String.t, default: nil) - Additional comments regarding the abuse report.
  • language (type: String.t, default: nil) - The language that the content was viewed in.
  • reasonId (type: String.t, default: nil) - The high-level, or primary, reason that the content is abusive. The value is an abuse report reason ID.
  • secondaryReasonId (type: String.t, default: nil) - The specific, or secondary, reason that this content is abusive (if available). The value is an abuse report reason ID that is a valid secondary reason for the primary reason.
  • videoId (type: String.t, default: nil) - The ID that YouTube uses to uniquely identify the video.

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.VideoAbuseReport{
  comments: String.t() | nil,
  language: String.t() | nil,
  reasonId: String.t() | nil,
  secondaryReasonId: String.t() | nil,
  videoId: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.