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

View Source

Attributes

  • description (type: String.t, default: nil) - The long-form description of the issue and how to resolve it.
  • reason (type: String.t, default: nil) - The short-form reason for this issue.
  • severity (type: String.t, default: nil) - How severe this issue is to the stream.
  • type (type: String.t, default: nil) - The kind of error happening.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.LiveStreamConfigurationIssue{
  description: String.t() | nil,
  reason: String.t() | nil,
  severity: String.t() | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.