GoogleApi.YouTube.V3.Model.VideoAbuseReportReasonSnippet (google_api_you_tube v0.54.0)

View Source

Basic details about a video category, such as its localized title.

Attributes

  • label (type: String.t, default: nil) - The localized label belonging to this abuse report reason.
  • secondaryReasons (type: list(GoogleApi.YouTube.V3.Model.VideoAbuseReportSecondaryReason.t), default: nil) - The secondary reasons associated with this reason, if any are available. (There might be 0 or more.)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.VideoAbuseReportReasonSnippet{
  label: String.t() | nil,
  secondaryReasons:
    [GoogleApi.YouTube.V3.Model.VideoAbuseReportSecondaryReason.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.