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

Attributes

  • comments (String.t): Additional comments regarding the abuse report. Defaults to: null.
  • language (String.t): The language that the content was viewed in. Defaults to: null.
  • reasonId (String.t): The high-level, or primary, reason that the content is abusive. The value is an abuse report reason ID. Defaults to: null.
  • secondaryReasonId (String.t): 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. Defaults to: null.
  • videoId (String.t): The ID that YouTube uses to uniquely identify the video. 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.VideoAbuseReport{
  comments: any(),
  language: any(),
  reasonId: any(),
  secondaryReasonId: any(),
  videoId: 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.