GoogleApi.YouTube.V3.Model.VideoAbuseReport (google_api_you_tube v0.54.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type 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
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.